Class Structure
Provides access to explore and retrieve the underlying PDF objects from the document.
public class Structure
- Inheritance
-
Structure
- Inherited Members
Properties
Catalog
The root of the document's hierarchy providing access to the page tree as well as other information.
public Catalog Catalog { get; }
Property Value
CrossReferenceTable
The cross-reference table enables direct access to objects by number.
public CrossReferenceTable CrossReferenceTable { get; }
Property Value
Methods
GetObject(IndirectReference)
Retrieve the tokenized object with the specified object reference number.
public ObjectToken GetObject(IndirectReference reference)
Parameters
reference
IndirectReferenceThe object reference number.
Returns
- ObjectToken
The tokenized PDF object from the file.