PdfTextFieldLimitOfCharacters Property |
Gets the maximum length of the field’s text, in characters.
Default value: .
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic int? LimitOfCharacters { get; set; }Public Property LimitOfCharacters As Integer?
Get
Set
Property Value
NullableInt32
The maximum length of the field’s text, in characters.
See Also