FormTextDataMaximumLength Property |
Gets or sets the maximum length of text which should be allowed within
the parent text box form field before any formatting specified by the
ValueFormat property.
Default value is
MaxValue (unlimited).
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic int MaximumLength { get; set; }
Public Property MaximumLength As Integer
Get
Set
Property Value
Int32
See Also