VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormTextFieldJS type / get_IsPassword Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsPassword Method
    In This Topic
    Gets a flag that specifies whether the field should display asterisks when data is entered in the field.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormTextFieldJS(document, name);
    
    var value; // Type: boolean
    value = instance.get_IsPassword();
    
    
    function get_IsPassword() : boolean;
    

    Return Value

    A flag that specifies whether the field should display asterisks when data is entered in the field. Default value is false.
    Browser Compatibility
    56+
    45+
    11
    See Also