 | PdfBookmarkCollectionsDeleteAt Method |
Removes the bookmark at the specified index of collection.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic void DeleteAt(
int Index
)
Public Sub DeleteAt (
Index As Integer
)
public:
void DeleteAt(
int Index
)
member DeleteAt :
Index : int -> unit
public void DeleteAt(
int Index
)
function DeleteAt(Index);
Parameters
- Index Int32
- The zero-based index of the bookmark to remove.
See Also