VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormTextFieldJS type / set_IsComb Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    set_IsComb Method
    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(
    value
    A value indicating whether the field is comb. Default value is false.
    : boolean
    ) : any;

    Parameters

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