VintaSoft Barcode .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Barcode Namespace / Web1DBarcodeWriterSettingsJS type / set_BarcodeType Methods / set_BarcodeType(Vintasoft.Barcode.Web1DBarcodeTypeEnumJS) Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    set_BarcodeType(Vintasoft.Barcode.Web1DBarcodeTypeEnumJS) Метод
    В этом разделе
    Задает тип символики штрих-кода.
    Синтаксис
    var instance = new Vintasoft.Barcode.Web1DBarcodeWriterSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: Web1DBarcodeTypeEnumJS
    
    returnValue = instance.set_BarcodeType(value);
    
    
    function set_BarcodeType(
    value
    Экземпляр класса Web1DBarcodeTypeEnumJS, который определяет тип символики штрих-кода.
    : Web1DBarcodeTypeEnumJS
    ) : any;

    Parameters

    value
    Экземпляр класса Web1DBarcodeTypeEnumJS, который определяет тип символики штрих-кода.
    Исключения
    ИсключениеОписание
    Выбрасывается, если аргумент имеет неверный тип.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также