|
PdfDocumentRemovePageAt Method
|
Removes the pdf page at the specified index in pdf document pages collection.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.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