Meaningful only if the MaxLength property is set and the Multiline, Password properties are false.
If set, the field is automatically divided into as many equally spaced positions, or combs,
as the value of MaxLength, and the text is laid out into those combs.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
bool InsertSpaces { get; set; }
Property InsertSpaces As Boolean Get Set
property bool InsertSpaces { bool get (); void set (bool value); }
abstract InsertSpaces : bool with get, set