A PDF file's cross-reference table.
Inheritance Hierarchy
SystemObject
Kettic.PdfXRefTable
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ref class XRefTable
type XRefTable = class end
The XRefTable type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | Add |
Adds an entry to the table.
|
 | Write |
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