VintaSoft Twain .NET SDK 15.4: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageJS type / get_IsBad Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
get_IsBad Метод
В этом разделе
Gets a value indicating whether the image is bad, i.e. information about image cannot be loaded OR image cannot be rendered.
Синтаксис
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.
Смотрите также