PdfDocument.RemovePages Method (Int32)

Removes a range of pages from the collection of document pages.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void RemovePages(
	int startIndex
)
VB
Public Sub RemovePages ( 
	startIndex As Integer
)

Parameters

startIndex
Type: System.Int32
The zero-based starting index of pages to remove.

Remarks

The pages are removed from the page at specified starting index to the end of the collection of document pages.

See Also