Click or drag to resize

CPDFMemoryDistribution Class

Analyzes and reports the memory distribution of different element categories in a PDF document.
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFDocumentCPDFMemoryDistribution

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax
C#
public class CPDFMemoryDistribution

The CPDFMemoryDistribution type exposes the following members.

Constructors
  NameDescription
Public methodCPDFMemoryDistribution
Initializes a new instance of the CPDFMemoryDistribution class
Top
Methods
  NameDescription
Public methodGetSize
Get the size of a specific element category.
Public methodGetTotalSize
Get the total size of all elements in the PDF document.
Public methodIsValid
Whether the document is valid.
Top
See Also