PDFView4NET WinForms Edition


Password Property (PDFTextBoxField)
Gets or sets a value indicating whether the field is used for entering passwords.
Syntax
'Declaration
 
Public Property Password As Boolean
'Usage
 
Dim instance As PDFTextBoxField
Dim value As Boolean
 
instance.Password = value
 
value = instance.Password
public bool Password {get; set;}

Property Value

True if the field is a password field, false otherwise. Default is false.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also