VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageJS type / get_IsBad Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsBad Method
    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
    56+
    45+
    11
    See Also