PdfIndirectObject Class

Indirect object class

Definition

Namespace: PdfFileAnalyzer
Assembly: PCBI_PDF_Import (in PCBI_PDF_Import.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class PdfIndirectObject : PdfObject
Inheritance
Object    PdfObject    PdfIndirectObject

Properties

ContentsArray Contents objects array for page objects only
Dictionary Object dictionary
(Inherited from PdfObject)
FilePosition Gets object's file position
(Inherited from PdfObject)
ObjectNumber Gets indirect object number
(Inherited from PdfObject)
ObjectType Gets object type
(Inherited from PdfObject)
ParentObjectIndex Gets parent object index (for object stream)
(Inherited from PdfObject)
ParentObjectNo Gets parent object number (for object stream)
(Inherited from PdfObject)
PdfObjectType Gets object type
(Inherited from PdfObject)
StreamFilePosition Gets stream's file position
StreamLength Gets stream's length
Value Object value if ObjectType = Other
(Inherited from PdfObject)

Methods

BuildContentsArray Build contents array for PdfPage
DecompressStream Decompress or apply filters to input stream
ObjectDescription PDF Object description
(Inherited from PdfObject)
ObjectSubtypeToString Get object subtype from dictionary
PageContents Page contents is the total of all its contents objects
ReadStream Read stream from PDF file

See Also