PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfTextBox Class / MaxLength Property

In This Topic
    MaxLength Property
    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