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.