VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebExportFileSettingsJS type / get_ImageIndexes Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ImageIndexes Method
    In This Topic
    Gets the indexes of images, which should be exported.
    Syntax
    var instance = new Vintasoft.Imaging.WebExportFileSettingsJS();
    
    var value; // Type: number[]
    value = instance.get_ImageIndexes();
    
    
    function get_ImageIndexes() : number[];
    

    Return Value

    The indexes of images, which should be exported.
    Browser Compatibility
    56+
    45+
    11
    See Also