PDFCosIndirectReference¶
Namespace: O2S.Components.PDF4NET.Core.Cos
Defines a PDF COS indirect reference.
Inheritance Object → PDFCosObject → PDFCosIndirectReference
Constructors¶
PDFCosIndirectReference()¶
Initializes a new PDFCosIndirectReference object.
PDFCosIndirectReference(Int32, Int32)¶
Initializes a new PDFCosIndirectReference object.
Parameters
objectNumber Int32
The number of the referenced object.
generationNumber Int32
The generation.
Properties¶
GenerationNumber¶
Gets or sets the generation number of referenced object.
Property Value
ObjectNumber¶
Gets or sets the number of referenced object.
Property Value
Type¶
Gets the object type.
Property Value
Methods¶
ToString()¶
Returns a String that represents the current Object.
Returns
String
String that represents the current Object.