PDFView4NET WPF Edition
Password Property (PDFTextBoxField)




O2S.Components.PDFView4NET.Forms Namespace > PDFTextBoxField Class : Password Property
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;}
public: __property bool get_Password();
public: __property void set_Password( 
   bool value
);
public:
property bool Password {
   bool get();
   void set (    bool value);
}

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFTextBoxField Class
PDFTextBoxField Members