VintaSoft Twain .NET SDK 15.4: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageJS type / get_Metadata Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
get_Metadata Метод
В этом разделе
Gets the Vintasoft.Imaging.WebImageMetadataJS object, which contains metadata associated with the source image.
Синтаксис
var instance = new Vintasoft.Shared.WebImageJS(imageSource, pageIndex);

var value; // Type: object
value = instance.get_Metadata();

Return Value

The Vintasoft.Imaging.WebImageMetadataJS object.
Исключения
ИсключениеОписание
Thrown if "Vintasoft.Imaging.js" script is not found.
Смотрите также