|
PdfBookmarksCollectionItem Property |
Gets or sets the bookmark at the specified zero based index in the bookmarks collection.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public PdfBookmark this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfBookmark
Get
Parameters
- index
- Type: SystemInt32
The zero based bookmark index in the pdf bookmarks collection.
Return Value
Type:
PdfBookmarkThe pdf bookmark at the specified index.
See Also