Click or drag to resize

PdfJavaScriptActionListCollection Properties

The PdfJavaScriptActionListCollection type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
Gets or sets the number of elements that the SortedList<TKey, TValue> can contain.
(Inherited from SortedList<String, PdfJavaScriptActionList>.)
Public propertyComparer
Gets the IComparer<T> for the sorted list.
(Inherited from SortedList<String, PdfJavaScriptActionList>.)
Public propertyCount
Gets the number of key/value pairs contained in the SortedList<TKey, TValue>.
(Inherited from SortedList<String, PdfJavaScriptActionList>.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from SortedList<String, PdfJavaScriptActionList>.)
Public propertyKeys
Gets a collection containing the keys in the SortedList<TKey, TValue>, in sorted order.
(Inherited from SortedList<String, PdfJavaScriptActionList>.)
Public propertyValues
Gets a collection containing the values in the SortedList<TKey, TValue>.
(Inherited from SortedList<String, PdfJavaScriptActionList>.)
Top
See Also