|
PdfBookmarksCollectionItem Property
|
Gets or sets the bookmark at the specified zero based index in the bookmarks collection.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfBookmark this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As PdfBookmark
Get
Parameters
- index Int32
- The zero based bookmark index in the pdf bookmarks collection.
Return Value
PdfBookmarkThe pdf bookmark at the specified index.
See Also