VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageJS type / get_Source Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    get_Source Метод
    В этом разделе
    Gets the WebImageSourceJS object of current image.
    Синтаксис
    var instance = new Vintasoft.Shared.WebImageJS(imageSource, pageIndex);
    
    var value; // Type: Vintasoft.Shared.WebImageSourceJS
    value = instance.get_Source();
    
    
    function get_Source() : WebImageSourceJS;
    

    Return Value

    The WebImageSourceJS object of current image.
    Смотрите также