VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageJS type / get_Guid Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Guid Method
    In This Topic
    Gets the unique guid associated with this WebImageJS object.
    Syntax
    var instance = new Vintasoft.Shared.WebImageJS(imageSource, pageIndex);
    
    var value; // Type: string
    value = instance.get_Guid();
    
    
    function get_Guid() : string;
    

    Return Value

    Guid.
    Browser Compatibility
    9
    See Also