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

    Return Value

    An image bit count.
    Browser Compatibility
    9
    See Also