PdfDocument.RemovePages Method (Int32, 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 index,
	int count
)
VB
Public Sub RemovePages ( 
	index As Integer,
	count As Integer
)

Parameters

index
Type: System.Int32
The zero-based starting index of the range of pages to remove.
count
Type: System.Int32
The number of pages to remove.

See Also