VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormTextFieldJS type / get_IsComb Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_IsComb Method
    In This Topic
    Gets a value indicating whether the field is comb.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormTextFieldJS(document, name);
    
    var value; // Type: boolean
    value = instance.get_IsComb();
    
    
    function get_IsComb() : boolean;
    

    Return Value

    A value indicating whether the field is comb. Default value is false.
    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
    56+
    45+
    11
    See Also