 |
PdfFormFieldTextBoxMaxLength Property |
Gets or sets the maximum length of the field in characters. Zero means no limit.
Negative values are clamped to zero so the saved PDF stays spec-compliant.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntaxpublic int MaxLength { get; set; }Public Property MaxLength As Integer
Get
Set
Property Value
Int32
See Also