Gets or sets the maximum length of the field, in characters.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
int MaxLength { get; set; }
Property MaxLength As Integer
	Get
	Set
property int MaxLength {
	int get ();
	void set (int value);
}
abstract MaxLength : int with get, set

Property Value

Int32
A positive integer value specifying the maximum number of characters that can be entered in the text edit field.

See Also