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