VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebExportFileSettingsJS type / set_ImageIndexes Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_ImageIndexes Method
In This Topic
Sets the indexes of images, which should be exported.
Syntax
var instance = new Vintasoft.Imaging.WebExportFileSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number[]

returnValue = instance.set_ImageIndexes(value);

Parameters

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