Sautin |
Class | Description | |
---|---|---|
PdfArray | Represents a one-dimensional collection of PdfBasicObjects arranged sequentially. | |
PdfBasicCollection | Represents a base class for all basic PDF objects that are collections (PdfArray and PdfDictionary). | |
PdfBasicContainer | Represents a base class for all mutable basic PDF objects. | |
PdfBasicObject | Represents a base class for all basic PDF objects. | |
PdfBasicValue | Represents a base class for all immutable basic PDF objects. | |
PdfBoolean |
Represents PDF logical values of true and false. There are only two instances of this type and those are True and False. | |
PdfContentExtensions | Provides access to low level graphics state parameter dictionary entries from a PdfContentFormat type and PdfString or PdfArray objects that are used as a backing storage of PdfEncodedContentString structure. | |
PdfDictionary | Represents an associative table containing pairs of PdfBasicObjects, known as the dictionary’s entries. | |
PdfDictionaryKeyCollection | Represents the collection of keys in a PdfDictionary. | |
PdfDictionaryValueCollection | Represents the collection of values in a PdfDictionary. | |
PdfIndirectObject | Represents an indirect basic PDF object that other PdfBasicObject can refer to. | |
PdfInteger | Represents an integer value PDF numeric object. | |
PdfName | Represents an atomic symbol uniquely defined by a sequence of any characters (8-bit values) except null (character code 0). | |
PdfNumber | Represents a PDF numeric object. | |
PdfObjectExtensions | Provides access to low level PdfDictionary and PdfArray objects that are used as a backing storage of PdfObject and PdfCollection derived types. | |
PdfStream | Represents a sequence of bytes. PdfStream consists of a Dictionary and a Length number of bytes that represent, a potentially and usually encoded, stream's data. | |
PdfString | Represents a basic PDF object that consists of a series of zero or more bytes. |
Structure | Description | |
---|---|---|
PdfDictionaryEntry | Represents a PdfDictionary entry. | |
PdfIndirectObjectIdentifier | Represents a unique identifier of a PdfIndirectObject in a PDF file. |
Enumeration | Description | |
---|---|---|
PdfBasicObjectType | Represents a type of PdfBasicObject. | |
PdfStreamDataMode | Specifies how PdfStream should be opened. | |
PdfStreamDataState | Specifies the state of the PdfStream data. | |
PdfStringForm | Represents a form in which PdfString object shall be written. |