VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfBookmarkCollection Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfBookmarkCollection Class Members
    In This Topic
    The following tables list the members exposed by PdfBookmarkCollection.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfBookmarkCollection class.
    Public Properties
     NameDescription
    Public PropertyGets the basic object of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets the number of elements contained in the collection.
    Public PropertyGets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets the reference to an indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this node is changed. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this tree node is indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this node is new node (unsaved). (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether the collection is read-only.
    Public PropertyGets the unique object number. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets the bookmark at the specified index.
    Public Methods
     NameDescription
    Public MethodAdds a bookmark to the collection.
    Public MethodRemoves all items from the collection.
    Public MethodDetermines whether the collection contains a specific value.
    Public MethodCopies the elements of the collection to an Array, starting at a particular Array index.
    Public MethodSearches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase)
    Public MethodReturns the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
    Public MethodReturns an enumerator that iterates through a collection.
    Public MethodOverloaded. Returns linearized subtree that starts from current node. (Inherited from PdfTreeNodeBase)
    Public MethodDetermines the index of a specific bookmark in the collection.
    Public MethodInserts an bookmark to the collection at the specified index.
    Public MethodRemoves the first occurrence of a specific object from the collection.
    Public MethodRemoves bookmark at the specified index.
    Public MethodSets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
    Public MethodReturns a System.String that represents this instance. (Inherited from PdfTreeNodeBase)
    See Also