VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormBarcodeFieldJS type / get_TextValue Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TextValue Method
    In This Topic
    Gets the text value of text field.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormBarcodeFieldJS(document, name);
    
    var value; // Type: string
    value = instance.get_TextValue();
    
    
    function get_TextValue() : string;
    

    Return Value

    The text value of text field. Default value is "".
    Browser Compatibility
    56+
    45+
    11
    See Also