PdfFormTextBoxIsPassword Property
Indicates if this text box is used to enter a password. This property is false by default
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public bool IsPassword { get; set; }
Public Property IsPassword As Boolean
Get
Set
public:
property bool IsPassword {
bool get ();
void set (bool value);
}
member IsPassword : bool with get, set
Property Value
Boolean