[]
        
(Showing Draft Content)

C1.C1Pdf.PdfPageCollection.RemoveRange

RemoveRange Method

RemoveRange(int, int)

Removes a range of pages from the document.

Declaration
public void RemoveRange(int index, int count)
Parameters
Type Name Description
int index

Index of the first page to remove.

int count

Number of pages to remove from the document.