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