Property Comb

Namespace TallComponents.PDF.Forms.Fields
Class TextField

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.

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

Setting this property is supported in classic PDF documents only.

Can throw an ObjectDisposedException if the field was removed from the field collection (dynamic XFA).

Syntax

public  Boolean  Comb  {  get;  set;  }

Property value

Boolean