|
PdfPortfolioFilesCollectionRemove Method |
Removes the element at the specified index from the collection.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public void Remove(
int index
)
Public Sub Remove (
index As Integer
)
Parameters
- index
- Type: SystemInt32
See Also