VintaSoft Imaging .NET SDK 15.1: 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();

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