Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / TextField Class / Password Property

In This Topic
    Password Property (TextField)
    In This Topic
    Gets or sets a value indicating whether the field is intended for entering a secure password that should not be echoed visibly to the screen.
    Syntax
    'Declaration
     
    Public Property Password As System.Boolean
    public System.bool Password {get; set;}
    See Also