VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageJS type / get_PixelType Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_PixelType Method
    In This Topic
    Gets an image pixel type.
    Syntax
    var instance = new Vintasoft.Twain.WebAcquiredImageJS(twainDeviceManager, imageId, imageInfo);
    
    var value; // Type: Vintasoft.Twain.WebPixelTypeEnumJS
    value = instance.get_PixelType();
    
    
    function get_PixelType() : WebPixelTypeEnumJS;
    

    Return Value

    An image pixel type.
    Browser Compatibility
    9
    See Also