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

    Return Value

    The maximum length of the field text, in characters. Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also