Gets or sets a value indicating whether this text box 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.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool PasswordField { get; set; }
VB
Public Property PasswordField As Boolean
Get
Set
Property Value
Type:
Booleantrue if this text box is intended for entering a
secure password; otherwise,
false.
See Also