VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfActionJS type
Members Syntax Remarks Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPdfActionJS type
    In This Topic
    Provides a base class for action associated with PDF element (page, bookmark, link, annotation...).
    Syntax
    // Parameters
    var document; // Type: WebPdfDocumentJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfActionJS(document);
    
    
    function WebPdfActionJS;
    
    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.

    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.Pdf.WebPdfTreeNodeBaseJS
          Vintasoft.Imaging.Pdf.WebPdfActionJS
             Vintasoft.Imaging.Pdf.WebPdfGoToActionJS
             Vintasoft.Imaging.Pdf.WebPdfUriActionJS

    Browser Compatibility
    56+
    45+
    11
    See Also