PdfTextBox.Comb Property

(PDF 1.5) Gets or sets a value indicating whether this text box should be automatically divided into as many equally spaced positions, or combs, as the value of MaxLength property, and the text should be laid out into those combs.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool Comb { get; set; }
VB
Public Property Comb As Boolean
	Get
	Set

Property Value

Type: Boolean
a value indicating whether this text box should be automatically divided into as many equally spaced positions, or combs, as the value of MaxLength property, and the text should be laid out into those combs.

Remarks

Setting this property to true is meaningful only if MaxLength property is set.

The value of this property is ignored if this text box is marked as Multiline or PasswordField.

See Also