Table of Contents

Class Structure

Namespace
UglyToad.PdfPig
Assembly
UglyToad.PdfPig.dll

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

Catalog

CrossReferenceTable

The cross-reference table enables direct access to objects by number.

public CrossReferenceTable CrossReferenceTable { get; }

Property Value

CrossReferenceTable

Methods

GetObject(IndirectReference)

Retrieve the tokenized object with the specified object reference number.

public ObjectToken GetObject(IndirectReference reference)

Parameters

reference IndirectReference

The object reference number.

Returns

ObjectToken

The tokenized PDF object from the file.