In This Topic
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();
function get_IsBad() : boolean;
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
See Also