If set, the field is automatically divided into as many equally spaced positions, or combs, as the value of MaxLength, and the text is laid out into those combs.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

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

Remarks

This property is meaningful only if MaxLength != -1 (meaning not resticted).

Setting this property is supported in classic PDF documents only.

See Also