Click or drag to resize
Pdf Library for .NET

PdfFormFieldTextBoxDivideText Property

Gets or sets a value indicating whether the field text should be divided into equally spaced positions (also called combs). Meaningful only if MaxLength is set and the field is single-line, not a password, and not a file-select field. Setting this to true on a multiline, password, or file-select field clears those conflicting flags so the combs setting actually takes effect.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntax
public bool DivideText { get; set; }

Property Value

Boolean
See Also