JavaScriptCollection

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

NameTypeAccessDescription
KeysIList<string>ReadScript names in lexical order.

Methods

SignatureDescription
Remove(key: string)Remove the named JavaScript entry.

See Also