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(
: 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
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also