Table of Contents

Property Comb

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Comb

(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.

public bool Comb { get; set; }

Property Value

bool

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.