ImageGear .NET - Updated December 24, 2018
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

Property Value

Whether entered text appears obfucated.
See Also

Reference

TextField Class
TextField Members