Pdf |
The PdfIndirectObject type exposes the following members.
Name | Description | |
---|---|---|
Id | Gets the identifier of the current PdfIndirectObject. | |
Indirect |
Gets the PdfIndirectObject if this PdfBasicContainer is
Value or otherwise.
(Inherited from PdfBasicContainer) | |
IsReadOnly |
Gets a value indicating whether the PdfBasicContainer and all of its descendants are read-only.
(Inherited from PdfBasicContainer) | |
ObjectType |
Gets the IndirectObject value.
(Overrides PdfBasicObjectObjectType) | |
Value | Gets or sets the value of this PdfIndirectObject. |
Name | Description | |
---|---|---|
Clone(Boolean) | Makes a deep clone of the PdfIndirectObject with optionally cloning descendant PdfIndirectObjects. | |
Clone(FuncPdfIndirectObject, PdfBasicObject) | Makes a deep clone of the PdfIndirectObject with parameter that controls the cloning of PdfIndirectObject. | |
Create | Creates a new instance of the PdfIndirectObject class. | |
Create(PdfBasicObject) | Creates a new instance of the PdfIndirectObject class with the specified value. | |
Equals |
Determines whether the specified Object is equal to this PdfBasicContainer instance.
(Inherited from PdfBasicContainer) | |
GetHashCode |
Returns a hash code for this PdfBasicContainer instance.
(Inherited from PdfBasicContainer) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString |
Returns a String that represents this PdfIndirectObject instance.
(Overrides PdfBasicObjectToString) |