VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfActionJS type / WebPdfActionJS Constructor(WebPdfDocumentJS)
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    WebPdfActionJS Constructor(WebPdfDocumentJS)
    In This Topic
    Initializes a new instance of the WebPdfActionJS class.
    Syntax
    // Parameters
    var document; // Type: WebPdfDocumentJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfActionJS(document);
    
    
    function WebPdfActionJS(
    document : WebPdfDocumentJS
    ) : WebPdfActionJS;

    Parameters

    document
    WebPdfDocumentJS object.
    Remarks

    Instead of simply jumping to a destination in the document, an annotation or bookmark can specify an action (PDF 1.1) for the viewer application to perform, such as launching an application or jump to page.

    Browser Compatibility
    56+
    45+
    11
    See Also