PDFReaderControls.NET Professional Type Reference

TextField.Comb Property

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.

public bool Comb {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

TextField Class | TallComponents.PDF.Forms.Fields Namespace