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?)
Create a new CrossReferenceTable.CrossReferenceOffset.
public CrossReferenceOffset(long current, long? previous)
Parameters
current
longThe 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
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()