Represents a PDF object identifier, a pair of object and generation number.
Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
The PdfObjectID type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PdfObjectID(Int32) |
Initializes a new instance of the PdfObjectID class.
| |
PdfObjectID(Int32, Int32) |
Initializes a new instance of the PdfObjectID class.
|
Methods
Name | Description | |
---|---|---|
CompareTo |
Compares the current object id with another object.
| |
Equals |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) | |
GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Returns the object and generation numbers as a string.
(Overrides ValueTypeToString.) |
Operators
Name | Description | |
---|---|---|
Equality |
Determines whether the two objects are equal.
| |
Inequality |
Determines whether the tow objects not are equal.
|
Properties
Name | Description | |
---|---|---|
Empty |
Creates an empty object identifier.
| |
GenerationNumber |
Gets or sets the generation number.
| |
IsEmpty |
Indicates whether this object is an empty object identifier.
| |
ObjectNumber |
Gets or sets the object number.
|
See Also