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
Syntaxpublic enum CPDFMemoryCategory
Members|
| Member name | Value | Description |
|---|
| Image | 0 |
Image resources (inline and XObject images).
|
| ContentStream | 1 |
Page content streams.
|
| Font | 2 |
Font resources and glyph data.
|
| ColorSpace | 3 |
Color space definitions.
|
| Outlines | 4 |
Document outline (bookmark) entries.
|
| Annots | 5 |
Annotation objects.
|
| ExtGState | 6 |
Extended graphics state resources.
|
| AcroForm | 7 |
AcroForm (interactive form) data.
|
| Link | 8 |
Link annotations.
|
| EmbeddedFile | 9 |
Embedded file attachments.
|
| XRef | 10 |
Cross-reference table.
|
| Other | 11 |
Other components.
|
| Total | 12 |
Total size across all categories.
|
See Also