PageCollectionRemove(Int32) Method
Removes the PDF page at the specified index in collection.
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public void Remove(
int pageIndex
)
Public Sub Remove (
pageIndex As Integer
)
Parameters
- pageIndex Int32
- The zero based index of the PDF page to be removed.