VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfJavaScriptActionDictionary Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfJavaScriptActionDictionary Class Members
    In This Topic
    The following tables list the members exposed by PdfJavaScriptActionDictionary.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfJavaScriptActionDictionary class.
    Public Properties
     NameDescription
    Public PropertyGets the basic object of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a number of items contained in this PdfJavaScriptActionDictionary.
    Public PropertyGets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets the reference to an indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this node is changed. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this tree node is indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this node is new node (unsaved). (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether the PdfNamedDictionaryBase<T> object is read-only. (Inherited from PdfNamedDictionaryBase<T>)
    Public PropertyGets an System.Collections.ICollection object containing the keys of the named dictionary. (Inherited from PdfNamedDictionaryBase<T>)
    Public PropertyGets the unique object number. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets the element with the specified name. (Inherited from PdfNamedDictionaryBase<T>)
    Public PropertyGets an System.Collections.ICollection object containing the values of the named dictionary. (Inherited from PdfNamedDictionaryBase<T>)
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an item and generates unique name for the item. (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 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