VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormTextFieldJS type / set_IsPassword Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_IsPassword Method
    In This Topic
    Sets 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 returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_IsPassword(value);
    
    
    function set_IsPassword(
    value
    A flag that specifies whether the field should display asterisks when data is entered in the field. Default value is false.
    : boolean
    ) : any;

    Parameters

    value
    A flag that specifies whether the field should display asterisks when data is entered in the field. Default value is false.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also