Click or drag to resize

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.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public bool Password { 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