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

Parameters

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