VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageJS type / get_ImageId Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ImageId Method
    In This Topic
    Gets an identifier that determines the image source.
    Syntax
    var instance = new Vintasoft.Shared.WebImageJS(imageSource, pageIndex);
    
    var value; // Type: string
    value = instance.get_ImageId();
    
    
    function get_ImageId() : string;
    

    Return Value

    Image source identifier.
    Browser Compatibility
    56+
    45+
    11
    See Also