 | PdfTextBoxFieldComb Property |
Gets or sets a comb flag.
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic bool Comb { get; set; }
Public Property Comb As Boolean
Get
Set
public:
property bool Comb {
bool get ();
void set (bool value);
}
member Comb : bool with get, set
/** @property */
public boolean get_Comb()
/** @property */
public void set_Comb(boolean value)
function get_Comb();
function set_Comb(value);
Property Value
Boolean
Meaningful only if the
MaxLen property is not 0
and if the
Multiline,
Password, and
FileSelect
properies are false. If true, the field is automatically divided into as many equally spaced positions,
or combs, as the value of
MaxLen, and the text is laid out into those combs.
See Also