XFINIUM.PDF Documentation
Password Property



Gets or sets a value indicating whether the field is intended for entering a secure password.
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;}
public:
property bool Password {
   bool get();
   void set (    bool value);
}

Property Value

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 shall instead be echoed in some unreadable form, such as asterisks or bullet characters.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfTextBoxField Class
PdfTextBoxField Members

Send Feedback