VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageJS type / get_PixelFormat Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    get_PixelFormat Метод
    В этом разделе
    Gets the image pixel format.
    Синтаксис
    var instance = new Vintasoft.Shared.WebImageJS(imageSource, pageIndex);
    
    var value; // Type: Vintasoft.Shared.WebPixelFormatEnumJS
    value = instance.get_PixelFormat();
    
    
    function get_PixelFormat() : WebPixelFormatEnumJS;
    

    Return Value

    An instance of WebPixelFormatEnumJS class that defines the image pixel format.
    Смотрите также