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.