Click or drag to resize

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; }

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