Name | Description | |
---|---|---|
![]() | PdfNameToNameDictionary | Initializes a new instance of the PdfNameToNameDictionary class. |
Name | Description | |
---|---|---|
![]() | PdfNameToNameDictionary | Initializes a new instance of the PdfNameToNameDictionary class. |
Name | Description | |
---|---|---|
![]() | BasicObject | Gets the basic object of this tree node. (Inherited from PdfTreeNodeBase) |
![]() | Count | Gets the number of items contained in this PdfNameToNameDictionary. |
![]() | 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 dictionary is read only. |
![]() | Keys | Gets a collection, which contains the values of the dictionary. |
![]() | ObjectNumber | Gets the unique object number. (Inherited from PdfTreeNodeBase) |
![]() | Item | Gets or sets the element with the specified name. |
![]() | Values | Gets a collection, which contains the keys of the dictionary. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds an element with the provided name and value to this dictionary. |
![]() | Clear | Removes all elements from the dictionary. |
![]() | Contains | Determines whether the dictionary contains an element with the specified name and specified value. |
![]() | ContainsKey | Determines whether the dictionary contains an element with the specified name. |
![]() | CopyTo | Copies all dicionary elements to the specified array to the specified position. |
![]() | 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 the collection. |
![]() | GetLinearizedSubtree | Overloaded. Returns linearized subtree that starts from current node. (Inherited from PdfTreeNodeBase) |
![]() | Remove | Overloaded. Removes the element with the specified name from the dictionary. |
![]() | 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) |
![]() | TryGetValue | Returns a value associated with the specified name. |