BookmarksCollectionItem Property |
Gets the bookmark at the specified zero based index in the bookmarks collection.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic Bookmark this[
int bookmarkIndex
] { get; }Public ReadOnly Default Property Item (
bookmarkIndex As Integer
) As Bookmark
Get
Parameters
- bookmarkIndex Int32
- The zero based bookmark index in the collection.
Return Value
BookmarkThe PDF bookmark at the specified index
See Also