Click or drag to resize

PdfIndirectObjectIdentifier Structure

Represents a unique identifier of a PdfIndirectObject in a PDF file.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SautinSoft.Pdf.ObjectsPdfIndirectObjectIdentifier

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public struct PdfIndirectObjectIdentifier : IEquatable<PdfIndirectObjectIdentifier>

The PdfIndirectObjectIdentifier type exposes the following members.

Properties
 NameDescription
Public propertyGenerationNumber Gets the generation number.
Public propertyObjectNumber Gets the object number.
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this PdfIndirectObjectIdentifier instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(PdfIndirectObjectIdentifier) Determines whether the specified PdfIndirectObjectIdentifier is equal to this PdfIndirectObjectIdentifier instance.
Public methodGetHashCode Returns a hash code for this PdfIndirectObjectIdentifier instance.
(Overrides ValueTypeGetHashCode)
Public methodToString Returns a String that represents this PdfIndirectObjectIdentifier instance.
(Overrides ValueTypeToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(PdfIndirectObjectIdentifier, PdfIndirectObjectIdentifier) Determines whether first and second PdfIndirectObjectIdentifiers are equal.
Public operatorStatic memberInequality(PdfIndirectObjectIdentifier, PdfIndirectObjectIdentifier) Determines whether first and second PdfIndirectObjectIdentifiers are not equal.
Top
Fields
 NameDescription
Public fieldStatic memberUndefined Represents an undefined identifier of a PdfIndirectObject.
Top
See Also