VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type / removePages Property
Syntax BrowserCompatibility SeeAlso
In This Topic
removePages Method
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);

Parameters

indexes
An array of indexes of page to remove.
Browser Compatibility
56+
45+
11
See Also