|
PdfDocumentRemovePageAt Method |
Removes the pdf page at the specified index in pdf document pages collection.
Namespace:
SelectPdf
Assembly:
Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 24.1
Syntax public void RemovePageAt(
int index
)
Public Sub RemovePageAt (
index As Integer
)
Parameters
- index
- Type: SystemInt32
The zero based index of the pdf page to be removed.
See Also