VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocument Class / JavaScripts Property
Syntax Remarks Requirements SeeAlso
    JavaScripts Property (PdfDocument)
    Gets or sets a dictionary that maps names to the document-level JavaScript actions.
    Syntax
    Remarks

    To support the use of parameterized function calls in JavaScript scripts, this property can contain names of document-level JavaScript actions. When the document is opened, all of the actions in this dictionary are executed, defining JavaScript functions for use by other scripts in the document.

    Note: The names associated with individual JavaScript actions in the name dictionary serve merely as a convenient means for organizing and packaging scripts. The names are arbitrary and need not bear any relation to the JavaScript name space.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also