PdfAttachmentCollectionSchema Class Members
In This Topic
The following tables list the members exposed by
PdfAttachmentCollectionSchema.
Public Constructors
Public Properties
Public Methods
| Name | Description |
 | Add | Overloaded. Adds an element with the provided name and value to this dictionary. (Inherited from PdfNamedDictionaryBase<T>) |
 | Clear | Removes all elements from the dictionary. (Inherited from PdfNamedDictionaryBase<T>) |
 | Contains | Returns a value indicating whether the dictionary contains a specific key/value pair. (Inherited from PdfNamedDictionaryBase<T>) |
 | ContainsKey | Retursn a value indicating whether the dictionary contains an element with the specified name. (Inherited from PdfNamedDictionaryBase<T>) |
 | ContainsValue | Retursn a value indicating whether the dictionary contains an element with the specified value. (Inherited from PdfNamedDictionaryBase<T>) |
 | CopyTo | Copies the key/value pairs of the dictionary to an System.Array, starting at a particular System.Array index. (Inherited from PdfNamedDictionaryBase<T>) |
 | FindNode | Searches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase) |
 | FindValue | Finds the value in this dictionary. (Inherited from PdfNamedDictionaryBase<T>) |
 | GetAction | Returns the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase) |
 | GetDataAsDate | Overloaded. Returns the data, as , for schema field with specified name. |
 | GetDataAsNumber | Overloaded. Returns the data, as number, for schema field with specified name. |
 | GetDataAsString | Overloaded. Returns the data, as string, for schema field with specified name. |
 | GetDataField | Overloaded. Returns the data field for schema field with specified name. |
 | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from PdfNamedDictionaryBase<T>) |
 | GetLinearizedSubtree | Overloaded. Returns linearized subtree that starts from current node and contains only nodes that allowed by . (Inherited from PdfTreeNodeBase) |
 | GetMaxOrder | Returns the maximum value of Order property in this schema. |
 | Remove | Overloaded. Removes the element with the specified name from the dictionary. (Inherited from PdfNamedDictionaryBase<T>) |
 | SetAction | Sets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase) |
 | SetDataAsDate | Overloaded. Sets the data, as , for schema field with specified name. |
 | SetDataAsNumber | Overloaded. Sets the data, as number, for schema field with specified name. |
 | SetDataAsString | Overloaded. Sets the data, as string, for schema field with specified name. |
 | SetDataField | Overloaded. Sets the data field for schema field with specified name. |
 | ToArray | Converts this dictionary to an array of key-value pairs. (Inherited from PdfNamedDictionaryBase<T>) |
 | ToString | Returns a System.String that represents this instance. (Inherited from PdfTreeNodeBase) |
 | TryGetValue | Retursn a value associated with the specified name. (Inherited from PdfNamedDictionaryBase<T>) |
See Also