Aspose::Pdf::JavaScriptCollection class

JavaScriptCollection class

This class represents collection of JavaScript.

class JavaScriptCollection : public System::Object

Methods

MethodDescription
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