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

    Return Value

    An image samples per pixel.
    Browser Compatibility
    9
    See Also