VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
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();
    
    
    function get_Metadata() : object;
    

    Return Value

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