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

In This Topic
    MaxLength Property (PdfTextBox)
    In This Topic
    Gets or set the maximum length of the current PdfTextBox.
    Syntax
    'Declaration
     
    
    Public Property MaxLength As Integer
    public int MaxLength {get; set;}
    See Also