Class XRefTable
A PDF file's cross-reference table.
Inheritance
System.Object
XRefTable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pdf
Assembly: TelerikData.dll
Syntax
public class XRefTable
Remarks
The cross-reference table is described in section 3.4.3 of the PDF specification.
Constructors
XRefTable()
Declaration
public XRefTable()
Methods
Add(PdfObjectId, Int64)
Adds an entry to the table.
Declaration
public void Add(PdfObjectId objectId, long offset)
Parameters
PdfObjectId
objectId
|
System.Int64
offset
|
Write(PdfWriter)
Writes the cross reference table to the passed PDF writer.
Declaration
public void Write(PdfWriter writer)
Parameters
PdfWriter
writer
|