Class | Description | |
---|---|---|
![]() | PdfArray | Provides the PDF array object that is a one-dimensional collection of objects arranged sequentially. |
![]() | PdfBasicObject | Represents an abstract base class of PDF basic types hierarchy (low-level PDF tree). |
![]() | PdfBoolean | Provides the PDF boolean object that stores boolean value. |
![]() | PdfCompoundBasicObject | Represents a base class for the compound basic types (array, dictionary, ...). |
![]() | PdfDictionary | Provides the PDF dictionary object that is an associative table containing pairs of (name, basic object). |
![]() | PdfIndirectObject | Represents an indirect object. |
![]() | PdfIndirectReference | Represents a reference to an indirect object. |
![]() | PdfIntegerNumber | Provides the PDF integer object that stores integer number. |
![]() | PdfName | Provides the PDF name object that stores name value. |
![]() | PdfNull | Represents a PDF null object. |
![]() | PdfNumber | Represents an abstract base class that stores a number. |
![]() | PdfRealNumber | Provides the PDF real object that stores a floating-point number. |
![]() | PdfStream | Provides the PDF stream object that stores a sequence of bytes. |
![]() | PdfString | Provides the PDF string object that stores a string value. |