Click or drag to resize

PdfTextBoxFieldPassword Property

Gets or sets a flag indicating whether the text field is intended for entering a secure password.

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public bool Password { get; set; }

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