PdfTextFieldPassword Property |
Gets a value indicating whether the field is intended for entering a secure password that should not be echoed visibly to the screen.
Default value: .
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic bool Password { get; set; }Public Property Password As Boolean
Get
Set
Property Value
Boolean if the field is intended for entering a secure password that should not be echoed visibly to the screen; otherwise,
.
See Also