 |
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: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntaxpublic bool DivideText { get; set; }Public Property DivideText As Boolean
Get
Set
Property Value
Boolean
See Also