Pdf |
The PdfIndirectObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | Id | Gets the identifier of the current PdfIndirectObject. |
![]() | 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. |
![]() | ToString |
Returns a String that represents this PdfIndirectObject instance.
(Overrides PdfBasicObjectToString) |