PageCollectionRemove(Int32) Method

Removes the PDF page at the specified index in collection.

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public void Remove(
	int pageIndex
)

Parameters

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

See Also