Link Search Menu Expand Document

EditBoxInsertSpaces Property

Gets or sets a value indicating whether 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.
Remarks
Meaningful only if the MaxLength property is set and the Multiline, Password properties are false.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public bool InsertSpaces { get; set; }

Property Value

Type: Boolean
See Also

Reference