PdfIndirectObjectBase Class Members
In This Topic
The following tables list the members exposed by PdfIndirectObjectBase.
Public Properties
| Name | Description |
| ObjID | Gets or sets the ID of the indirect object. |
| Value | Gets the IPdfObject that defines the value of this PdfIndirectObjectBase. That should be a direct object. |
Top
Public Methods
| Name | Description |
| IsContentEqual | Checks whether the content of this object is same as the content of the object. |
| ToString | Returns a string that represents the current object. |
Top
See Also