 |
PdfDocumentRemovePageAt Method |
Removes the pdf page at the specified index in pdf document pages collection.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic void RemovePageAt(
int index
)
Public Sub RemovePageAt (
index As Integer
)
Parameters
- index Int32
- The zero based index of the pdf page to be removed.
See Also