VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfWidgetAnnotationJS type / get_Field Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Field Method
    In This Topic
    Gets an interactive form field associated with this widget annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfWidgetAnnotationJS(page);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS
    value = instance.get_Field();
    
    
    function get_Field() : WebPdfInteractiveFormFieldJS;
    

    Return Value

    Browser Compatibility
    56+
    45+
    11
    See Also