VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageJS type / get_IsBad Property
Syntax BrowserCompatibility SeeAlso
get_IsBad Method
Gets a value indicating whether the image is bad, i.e. information about image cannot be loaded OR image cannot be rendered.
Syntax
var instance = new Vintasoft.Shared.WebImageJS(imageSource, pageIndex);

var value; // Type: boolean
value = instance.get_IsBad();

Return Value

True - the image is bad, i.e. information about image cannot be loaded OR image cannot be rendered; False - image is correct.
Browser Compatibility
9
See Also