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

In This Topic
    MaxLen Property
    In This Topic
    Gets or sets the maximum length of the field’s text, in characters.
    Syntax
    'Declaration
     
    Public Property MaxLen As System.Integer
    public System.int MaxLen {get; set;}
    See Also