PdfReference ClassTerminal Works - PDF Printing.Net Library
Represents an indirect reference to a PdfObject.
Inheritance Hierarchy

SystemObject
  PdfEdit.PdfPdfItem
    PdfEdit.Pdf.AdvancedPdfReference

Namespace: PdfEdit.Pdf.Advanced
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public sealed class PdfReference : PdfItem

The PdfReference type exposes the following members.

Constructors

  NameDescription
Public methodPdfReference(PdfObject)
Initializes a new PdfReference instance for the specified indirect object.
Public methodPdfReference(PdfObjectID, Int32)
Initializes a new PdfReference instance from the specified object identifier and file position.
Top
Methods

  NameDescription
Public methodClone
Creates a copy of this object.
(Inherited from PdfItem.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Gets a string representing the object identifier.
(Overrides ObjectToString.)
Top
Properties

  NameDescription
Public propertyDocument
Gets or sets the document this object belongs to.
Public propertyGenerationNumber
Gets the generation number of the object identifier.
Public propertyObjectID
Gets or sets the object identifier.
Public propertyObjectNumber
Gets the object number of the object identifier.
Public propertyPosition
Gets or sets the file position of the related PdfObject.
Public propertyValue
Gets or sets the referenced PdfObject.
Top
See Also

Reference