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