Represents an indirect reference to a PdfObject.
Inheritance Hierarchy
PdfEdit.PdfPdfItem
PdfEdit.Pdf.AdvancedPdfReference
Namespace: PdfEdit.Pdf.Advanced
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The PdfReference type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PdfReference(PdfObject) |
Initializes a new PdfReference instance for the specified indirect object.
|
![]() | PdfReference(PdfObjectID, Int32) |
Initializes a new PdfReference instance from the specified object identifier and file position.
|
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Creates a copy of this object.
(Inherited from PdfItem.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Gets a string representing the object identifier.
(Overrides ObjectToString.) |
Properties
Name | Description | |
---|---|---|
![]() | Document |
Gets or sets the document this object belongs to.
|
![]() | GenerationNumber |
Gets the generation number of the object identifier.
|
![]() | ObjectID |
Gets or sets the object identifier.
|
![]() | ObjectNumber |
Gets the object number of the object identifier.
|
![]() | Position |
Gets or sets the file position of the related PdfObject.
|
![]() | Value |
Gets or sets the referenced PdfObject.
|
See Also