PdfObjectID StructureTerminal Works - PDF Printing.Net Library
Represents a PDF object identifier, a pair of object and generation number.

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

public struct PdfObjectID : IComparable

The PdfObjectID type exposes the following members.

Constructors

  NameDescription
Public methodPdfObjectID(Int32)
Initializes a new instance of the PdfObjectID class.
Public methodPdfObjectID(Int32, Int32)
Initializes a new instance of the PdfObjectID class.
Top
Methods

  NameDescription
Public methodCompareTo
Compares the current object id with another object.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the object and generation numbers as a string.
(Overrides ValueTypeToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Determines whether the two objects are equal.
Public operatorStatic memberInequality
Determines whether the tow objects not are equal.
Top
Properties

  NameDescription
Public propertyStatic memberEmpty
Creates an empty object identifier.
Public propertyGenerationNumber
Gets or sets the generation number.
Public propertyIsEmpty
Indicates whether this object is an empty object identifier.
Public propertyObjectNumber
Gets or sets the object number.
Top
See Also

Reference