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