PdfJavaScriptActionListCollection Class |
Namespace: Atalasoft.PdfDoc.Actions
The PdfJavaScriptActionListCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfJavaScriptActionListCollection | Initializes a new instance of the PdfJavaScriptActionListCollection class |
Name | Description | |
---|---|---|
![]() | Capacity | Gets or sets the number of elements that the SortedList<TKey, TValue> can contain. (Inherited from SortedList<String, PdfJavaScriptActionList>.) |
![]() | Comparer | Gets the IComparer<T> for the sorted list. (Inherited from SortedList<String, PdfJavaScriptActionList>.) |
![]() | Count | Gets the number of key/value pairs contained in the SortedList<TKey, TValue>. (Inherited from SortedList<String, PdfJavaScriptActionList>.) |
![]() | Item | Gets or sets the value associated with the specified key. (Inherited from SortedList<String, PdfJavaScriptActionList>.) |
![]() | Keys | Gets a collection containing the keys in the SortedList<TKey, TValue>, in sorted order. (Inherited from SortedList<String, PdfJavaScriptActionList>.) |
![]() | Values | Gets a collection containing the values in the SortedList<TKey, TValue>. (Inherited from SortedList<String, PdfJavaScriptActionList>.) |
Name | Description | |
---|---|---|
![]() | Add(TKey, TValue) | Adds an element with the specified key and value into the SortedList<TKey, TValue>. (Inherited from SortedList<String, PdfJavaScriptActionList>.) |
![]() | Add(String, PdfJavaScriptAction) |
Adds the specified action to the collection, creating a new PdfJavaScriptActionList if needed.
|
![]() | Clear | Removes all elements from the SortedList<TKey, TValue>. (Inherited from SortedList<String, PdfJavaScriptActionList>.) |
![]() | ContainsKey | Determines whether the SortedList<TKey, TValue> contains a specific key. (Inherited from SortedList<String, PdfJavaScriptActionList>.) |
![]() | ContainsValue | Determines whether the SortedList<TKey, TValue> contains a specific value. (Inherited from SortedList<String, PdfJavaScriptActionList>.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the SortedList<TKey, TValue>. (Inherited from SortedList<String, PdfJavaScriptActionList>.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOfKey | Searches for the specified key and returns the zero-based index within the entire SortedList<TKey, TValue>. (Inherited from SortedList<String, PdfJavaScriptActionList>.) |
![]() | IndexOfValue | Searches for the specified value and returns the zero-based index of the first occurrence within the entire SortedList<TKey, TValue>. (Inherited from SortedList<String, PdfJavaScriptActionList>.) |
![]() | IsEmpty |
Determines whether this collection contains any scripts, checking each list (if any) for elements.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | Removes the element with the specified key from the SortedList<TKey, TValue>. (Inherited from SortedList<String, PdfJavaScriptActionList>.) |
![]() | RemoveAt | Removes the element at the specified index of the SortedList<TKey, TValue>. (Inherited from SortedList<String, PdfJavaScriptActionList>.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TrimExcess | Sets the capacity to the actual number of elements in the SortedList<TKey, TValue>, if that number is less than 90 percent of current capacity. (Inherited from SortedList<String, PdfJavaScriptActionList>.) |
![]() | TryGetValue | Gets the value associated with the specified key. (Inherited from SortedList<String, PdfJavaScriptActionList>.) |