Click or drag to resize

PdfTextBoxFieldComb Property

Gets or sets a comb flag.

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public bool Comb { get; set; }

Property Value

Boolean
Meaningful only if the MaxLen property is not 0 and if the Multiline, Password, and FileSelect properies are false. If true, the field is automatically divided into as many equally spaced positions, or combs, as the value of MaxLen, and the text is laid out into those combs.
See Also