ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfTextBox Class / IsPassword Property

In This Topic
    IsPassword Property (PdfTextBox)
    In This Topic
    Gets or set a value indicating whether the current PdfTextBox is used for password input.
    Syntax
    'Declaration
     
    
    Public Property IsPassword As Boolean
    public bool IsPassword {get; set;}
    See Also