IPdfTextBoxField
MaxLength Property
|
Gets or sets the maximum length of the field, in characters.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Int32
A positive integer value specifying the maximum number of characters that can be entered in the text edit field.
See Also