In This Topic
Removes the specified pages from image collection.
Syntax
var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings);
var value; // Type: any
// Parameters
var indexes; // Type: number[]
value = instance.removePages(indexes);
function removePages(
: number[]
) : any;
Parameters
- indexes
- An array of indexes of page to remove.
Browser Compatibility
See Also