ExpertPdf Html to Pdf Converter Library
Item Property (bookmarkIndex)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentBookmarksCollectionItem[([( Int32])])
ExpertPdf Html to Pdf Converter Library
Gets the bookmark at the specified zero based index in the bookmarks collection.
Declaration Syntax
C#Visual BasicVisual C++
public Bookmark this[
	int bookmarkIndex
] { get; }
Public ReadOnly Default Property Item ( 
	bookmarkIndex As Integer
) As Bookmark
	Get
public:
property Bookmark^ default[int bookmarkIndex] {
	Bookmark^ get (int bookmarkIndex);
}
Parameters
bookmarkIndex (Int32)
The zero based bookmark index in the collection.
Return Value
Bookmark
The PDF bookmark at the specified index

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)