Click or drag to resize

CPDFMemoryCategory Enumeration

Represents the category of PDF elements for memory distribution analysis.

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax
C#
public enum CPDFMemoryCategory
Members
  Member nameValueDescription
Image0 Image resources (inline and XObject images).
ContentStream1 Page content streams.
Font2 Font resources and glyph data.
ColorSpace3 Color space definitions.
Outlines4 Document outline (bookmark) entries.
Annots5 Annotation objects.
ExtGState6 Extended graphics state resources.
AcroForm7 AcroForm (interactive form) data.
Link8 Link annotations.
EmbeddedFile9 Embedded file attachments.
XRef10 Cross-reference table.
Other11 Other components.
Total12 Total size across all categories.
See Also