VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfEmbeddedFileSpecificationDictionary Class
In This Topic
PdfEmbeddedFileSpecificationDictionary Class Methods
In This Topic
For a list of all methods of this type, see PdfEmbeddedFileSpecificationDictionary.
Public Methods
 NameDescription
Public MethodOverloaded. Adds an item and generates unique name for the item.
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 MethodReturns an enumerator that iterates through the collection. (Inherited from PdfNamedDictionaryBase<T>)
Public MethodOverloaded. Returns linearized subtree that starts from current node. (Inherited from PdfTreeNodeBase)
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 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