ImageGear .NET - Updated
Password Property (TextField)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > TextField Class : Password Property
Gets or sets a value indicating whether entered text appears obfucated or as plain text.
Syntax
'Declaration
 
Public Property Password As Boolean
'Usage
 
Dim instance As TextField
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

Whether entered text appears obfucated.
See Also

Reference

TextField Class
TextField Members