Click or drag to resize
XRefTable Class
A PDF file's cross-reference table.
Inheritance Hierarchy
SystemObject
  Kettic.PdfXRefTable

Namespace: Kettic.Pdf
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class XRefTable

The XRefTable type exposes the following members.

Constructors
  NameDescription
Public methodXRefTable
Top
Methods
  NameDescription
Public methodAdd
Adds an entry to the table.
Public methodWrite
Writes the cross reference table to the passed PDF writer.
Top
Remarks
The cross-reference table is described in section 3.4.3 of the PDF specification.
See Also