VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function removePage(
    index
    An index of page to remove.
    : number
    ) : any;

    Parameters

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