VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfWidgetAnnotationJS type
Members Syntax Remarks Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPdfWidgetAnnotationJS type
    In This Topic
    Represents a PDF Widget annotation that displays PDF interactive element.
    Syntax
    // Parameters
    var page; // Type: WebPdfPageJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfWidgetAnnotationJS(page);
    
    
    function WebPdfWidgetAnnotationJS;
    
    Remarks

    Interactive forms use widget annotations (PDF 1.2) to represent the appearance of fields and to manage user interactions.

    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.Pdf.WebPdfTreeNodeBaseJS
          Vintasoft.Imaging.Pdf.WebPdfAnnotationJS
             Vintasoft.Imaging.Pdf.WebPdfWidgetAnnotationJS

    Browser Compatibility
    56+
    45+
    11
    See Also