Click or drag to resize

PageCollectionRemove(Int32) Method

Removes the PDF page at the specified index in collection.

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public void Remove(
	int pageIndex
)

Parameters

pageIndex  Int32
The zero based index of the PDF page to be removed.
See Also