Name | Description | |
---|---|---|
![]() | PdfBookmarkCollection | Initializes a new instance of the PdfBookmarkCollection class. |
Name | Description | |
---|---|---|
![]() | PdfBookmarkCollection | Initializes a new instance of the PdfBookmarkCollection class. |
Name | Description | |
---|---|---|
![]() | BasicObject | Gets the basic object of this tree node. (Inherited from PdfTreeNodeBase) |
![]() | Count | Gets the number of elements contained in the collection. |
![]() | Document | Gets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase) |
![]() | IndirectReference | Gets the reference to an indirect object. (Inherited from PdfTreeNodeBase) |
![]() | IsChanged | Gets a value indicating whether this node is changed. (Inherited from PdfTreeNodeBase) |
![]() | IsIndirectObject | Gets a value indicating whether this tree node is indirect object. (Inherited from PdfTreeNodeBase) |
![]() | IsNew | Gets a value indicating whether this node is new node (unsaved). (Inherited from PdfTreeNodeBase) |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only. |
![]() | ObjectNumber | Gets the unique object number. (Inherited from PdfTreeNodeBase) |
![]() | Item | Gets or sets the bookmark at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds a bookmark to the collection. |
![]() | Clear | Removes all items from the collection. |
![]() | Contains | Determines whether the collection contains a specific value. |
![]() | CopyTo | Copies the elements of the collection to an Array, starting at a particular Array index. |
![]() | FindNode | Searches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase) |
![]() | GetAction | Returns the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase) |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. |
![]() | GetLinearizedSubtree | Overloaded. Returns linearized subtree that starts from current node. (Inherited from PdfTreeNodeBase) |
![]() | IndexOf | Determines the index of a specific bookmark in the collection. |
![]() | Insert | Inserts an bookmark to the collection at the specified index. |
![]() | Remove | Removes the first occurrence of a specific object from the collection. |
![]() | RemoveAt | Removes bookmark at the specified index. |
![]() | SetAction | Sets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase) |
![]() | ToString | Returns a System.String that represents this instance. (Inherited from PdfTreeNodeBase) |