VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfWidgetAnnotationJS type / WebPdfWidgetAnnotationJS Constructor(WebPdfPageJS)
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    WebPdfWidgetAnnotationJS Constructor(WebPdfPageJS)
    In This Topic
    Initializes a new instance of the WebPdfWidgetAnnotationJS class.
    Syntax
    // Parameters
    var page; // Type: WebPdfPageJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfWidgetAnnotationJS(page);
    
    
    function WebPdfWidgetAnnotationJS(
    page
    A PDF page, which is associated with annotation.
    : WebPdfPageJS
    ) : WebPdfWidgetAnnotationJS;

    Parameters

    page
    A PDF page, which is associated with annotation.
    Remarks

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

    Browser Compatibility
    56+
    45+
    11
    See Also