VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebPageLayoutSettingsJS type / set_ContentScale Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    set_ContentScale Метод
    В этом разделе
    Sets the content scale.
    Синтаксис
    var instance = new Vintasoft.Shared.WebPageLayoutSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_ContentScale(value);
    
    
    function set_ContentScale(
    value
    The content scale. Default value is null (content scale is not specified).
    : number
    ) : any;

    Parameters

    value
    The content scale. Default value is null (content scale is not specified).
    Исключения
    ИсключениеОписание
    Thrown if argument has wrong type.
    Смотрите также