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