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);
function set_ImageIndexes(
: number[]
) : any;
Parameters
- value
- The indexes of images, which should be exported.
Browser Compatibility
See Also