PdfTreeNodeBase Class Properties
In This Topic
For a list of all properties of this type, see
PdfTreeNodeBase.
Public Properties
| | Name | Description |
 | BasicObject | Gets the basic object of this tree node. |
 | Document | Gets the parent PDF document of this tree node. |
 | IndirectReference | Gets the reference to an indirect object. |
 | IsChanged | Gets a value indicating whether this node is changed. |
 | IsIndirectObject | Gets a value indicating whether this tree node is indirect object. |
 | IsNew | Gets a value indicating whether this node is new node (unsaved). |
 | ObjectNumber | Gets the unique object number. |
See Also