VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfTreeNodeBase Class
Properties Methods SeeAlso
In This Topic
    PdfTreeNodeBase Class Members
    In This Topic
    The following tables list the members exposed by PdfTreeNodeBase.
    Public Properties
     NameDescription
    Public PropertyGets the basic object of this tree node.
    Public PropertyGets the parent PDF document of this tree node.
    Public PropertyGets the reference to an indirect object.
    Public PropertyGets a value indicating whether this node is changed.
    Public PropertyGets a value indicating whether this tree node is indirect object.
    Public PropertyGets a value indicating whether this node is new node (unsaved).
    Public PropertyGets the unique object number.
    Public Methods
     NameDescription
    Public MethodSearches the tree node with specified object number from current node.
    Public MethodReturns the action, which is associated with the specified action property name.
    Public MethodOverloaded. Returns linearized subtree that starts from current node.
    Public MethodSets the action, which is associated with the specified action property name.
    Public MethodReturns a System.String that represents this instance.
    See Also