VintaSoft Imaging .NET SDK 14.1: Документация для Веб разработчика
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormTextFieldJS type / get_IsComb Property
Syntax Remarks BrowserCompatibility SeeAlso
В этом разделе
    get_IsComb Метод
    В этом разделе
    Возвращает значение, указывающее, является ли поле гребенчатым.
    Синтаксис
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormTextFieldJS(document, name);
    
    var value; // Type: boolean
    value = instance.get_IsComb();
    
    
    function get_IsComb() : boolean;
    

    Return Value

    Значение, указывающее, является ли поле гребенчатым. Значение по умолчанию - false.
    Ремарки

    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.{br}false - the field is not divided into combs.{br}{br}Property value has effect only if WebPdfInteractiveFormTextFieldJS.get_MaxLength is greater than 0, WebPdfInteractiveFormTextFieldJS.get_IsMultiline, WebPdfInteractiveFormTextFieldJS.get_IsPassword are set to false.

    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также