Table of Contents

Struct CrossReferenceTable.CrossReferenceOffset

Namespace
UglyToad.PdfPig.CrossReference
Assembly
UglyToad.PdfPig.dll

The offset of a cross-reference table or stream in the document.

public struct CrossReferenceTable.CrossReferenceOffset
Inherited Members

Constructors

CrossReferenceOffset(long, long?)

public CrossReferenceOffset(long current, long? previous)

Parameters

current long

The offset in bytes from the start of the document where the stream or table starts.

previous long?

The offset in bytes from the start of the document where the previous stream or table in a document starts.

Properties

Current

The offset in bytes from the start of the document where the stream or table starts.

public readonly long Current { get; }

Property Value

long

Previous

The offset in bytes from the start of the document where the previous stream or table in a document containing incremental updates can be found, if applicable.

public readonly long? Previous { get; }

Property Value

long?

Methods

ToString()

public override string ToString()

Returns

string