Click or drag to resize

PdfTextBoxField InsertSpaces Property

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.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool InsertSpaces { get; set; }

Property Value

Type: Boolean
true if need to insert spaces; otherwise, false .

Implements

IPdfTextBoxField InsertSpaces
See Also