Removes the
PdfPage at the specified index of the collection.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
Parameters
- index Int32
- The zero-based index of the PdfPage to remove.
Implements
IListTRemoveAt(Int32)See Also