Document Solutions for PDF
GrapeCity.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 Shadows Property MaxLen As System.Integer
    public new System.int MaxLen {get; set;}
    See Also