|  | 
| PdfBookmarksCollectionRemoveAt Method  | 
 
            Removes the pdf bookmark at the specified index in the bookmarks collection.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic void RemoveAt(
	int index
)
Public Sub RemoveAt ( 
	index As Integer
)
Parameters
- index
- Type: SystemInt32
 The zero based index of the pdf bookmark to be removed.
 See Also
See Also