Click or drag to resize

PdfTextFieldComb Property

Gets or sets the form field's "Comb" flag.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public bool Comb { get; set; }

Property Value

Type: Boolean
Remarks

This property is not meaningful if MaxLength equals MaxLengthUnlimited.

This property can not be changed if IsLocked is true.

See Also