PdfTextBoxFieldWidget
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
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
Type:
Int32
A positive integer value specifying the maximum number of characters that can be entered in the text edit field.
Implements
IPdfTextBoxField
MaxLength
See Also