DocumentRemovePage(Int32) Method |
Removes the PDF page at the specified index in pages collection.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic void RemovePage(
int pageIndex
)
Public Sub RemovePage (
pageIndex As Integer
)
Parameters
- pageIndex Int32
- The zero based index of the PDF page to be removed.
See Also