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