 | PdfTextBoxFieldPassword Property |
Gets or sets a flag indicating whether the text field is intended for entering a secure password.
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic bool Password { get; set; }
Public Property Password As Boolean
Get
Set
public:
property bool Password {
bool get ();
void set (bool value);
}
member Password : bool with get, set
/** @property */
public boolean get_Password()
/** @property */
public void set_Password(boolean value)
function get_Password();
function set_Password(value);
Property Value
Boolean
If true, the field is intended for entering a secure password that should not be echoed visibly to the screen.
Characters typed from the keyboard should instead be echoed in some unreadable form, such as asterisks or bullet characters.
See Also