VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentCollectionSchema Class
In This Topic
PdfAttachmentCollectionSchema Class Methods
In This Topic
For a list of all methods of this type, see PdfAttachmentCollectionSchema.
Public Methods
 NameDescription
Public MethodOverloaded. Adds an element with the provided name and value to this dictionary. (Inherited from PdfNamedDictionaryBase<T>)
Public MethodRemoves all elements from the dictionary. (Inherited from PdfNamedDictionaryBase<T>)
Public MethodReturns a value indicating whether the dictionary contains a specific key/value pair. (Inherited from PdfNamedDictionaryBase<T>)
Public MethodRetursn a value indicating whether the dictionary contains an element with the specified name. (Inherited from PdfNamedDictionaryBase<T>)
Public MethodRetursn a value indicating whether the dictionary contains an element with the specified value. (Inherited from PdfNamedDictionaryBase<T>)
Public MethodCopies the key/value pairs of the dictionary to an System.Array, starting at a particular System.Array index. (Inherited from PdfNamedDictionaryBase<T>)
Public MethodSearches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase)
Public MethodFinds the value in this dictionary. (Inherited from PdfNamedDictionaryBase<T>)
Public MethodReturns the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
Public MethodOverloaded. Returns the data, as , for schema field with specified name.
Public MethodOverloaded. Returns the data, as number, for schema field with specified name.
Public MethodOverloaded. Returns the data, as string, for schema field with specified name.
Public MethodOverloaded. Returns the data field for schema field with specified name.
Public MethodReturns an enumerator that iterates through the collection. (Inherited from PdfNamedDictionaryBase<T>)
Public MethodOverloaded. Returns linearized subtree that starts from current node and contains only nodes that allowed by . (Inherited from PdfTreeNodeBase)
Public MethodReturns the maximum value of Order property in this schema.
Public MethodOverloaded. Removes the element with the specified name from the dictionary. (Inherited from PdfNamedDictionaryBase<T>)
Public MethodSets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
Public MethodOverloaded. Sets the data, as , for schema field with specified name.
Public MethodOverloaded. Sets the data, as number, for schema field with specified name.
Public MethodOverloaded. Sets the data, as string, for schema field with specified name.
Public MethodOverloaded. Sets the data field for schema field with specified name.
Public MethodConverts this dictionary to an array of key-value pairs. (Inherited from PdfNamedDictionaryBase<T>)
Public MethodReturns a System.String that represents this instance. (Inherited from PdfTreeNodeBase)
Public MethodRetursn a value associated with the specified name. (Inherited from PdfNamedDictionaryBase<T>)
See Also