JavaScriptCollection
Overview
JavaScriptCollection is a class in Aspose.PDF FOSS for .NET.
Document-level JavaScript scripts (PDF spec §12.6.4.16).
This class provides 1 method for working with JavaScriptCollection objects in .NET programs.
Available methods include: Remove.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Keys.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Keys | IList<string> | Read | Script names in lexical order. |
Methods
| Signature | Description |
|---|---|
Remove(key: string) | Remove the named JavaScript entry. |