In This Topic
Sets a value indicating whether the field is comb.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormTextFieldJS(document, name);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_IsComb(value);
function set_IsComb(
: boolean
) : any;
Parameters
- value
- A value indicating whether the field is comb. Default value is false.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Remarks
True - the field is automatically divided into as many equally spaced positions, or combs, as the value of WebPdfInteractiveFormTextFieldJS.get_MaxLength, and the text is laid out into those combs.
false - the field is not divided into combs.
Property value has effect only if WebPdfInteractiveFormTextFieldJS.get_MaxLength is greater than 0, WebPdfInteractiveFormTextFieldJS.get_IsMultiline, WebPdfInteractiveFormTextFieldJS.get_IsPassword are set to false.
Browser Compatibility
See Also