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: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool InsertSpaces { get; set; }
Public Property InsertSpaces As Boolean
	Get
	Set
public:
virtual property bool InsertSpaces {
	bool get () sealed;
	void set (bool value) sealed;
}
abstract InsertSpaces : bool with get, set
override InsertSpaces : bool with get, set

Property Value

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

Implements

IPdfTextBoxField..::..InsertSpaces

See Also