VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageJS type / get_Source Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Source Method
    In This Topic
    Gets the WebImageSourceJS object of current image.
    Syntax
    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.
    Browser Compatibility
    9
    See Also