Gets or sets the maximum length of the field, in characters.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public int MaxLength { get; set; }
Public Property MaxLength As Integer Get Set
public: virtual property int MaxLength { int get () sealed; void set (int value) sealed; }
abstract MaxLength : int with get, set override MaxLength : int with get, set
Property Value
Int32A positive integer value specifying the maximum number of characters that can be entered in the text edit field.