Aspose::Pdf::JavaScriptCollection class
JavaScriptCollection class
This class represents collection of JavaScript.
class JavaScriptCollection : public System::Object
Methods
Method | Description |
---|---|
get_Keys() | List of keys in JavaScript collection. |
idx_get(System::String) | Gets JavaScript from collection by its key. |
idx_set(System::String, System::String) | Sets JavaScript from collection by its key. |
Remove(System::String) | Removes JavaScript by its name. |
See Also
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++