BookmarkCollectionItem Property (Int32) |
Gets the
Bookmark at the specified index.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 29.0.35.1122
Syntaxpublic Bookmark this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Bookmark
Get
Parameters
- index
- Type: SystemInt32
The zero-based index of the Bookmark to get.
Property Value
Type:
Bookmark
The
Bookmark at the specified index.
Return Value
Type:
Bookmark
The
Bookmark at the specified index.
See Also