VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormBarcodeFieldJS type / set_TextValue Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_TextValue Method
    In This Topic
    Sets the text value of text field.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormBarcodeFieldJS(document, name);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_TextValue(value);
    
    
    function set_TextValue(
    value
    The text value of text field. Default value is "".
    : string
    ) : any;

    Parameters

    value
    The text value of text field. Default value is "".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also