Gets the bookmark at the specified zero based index in the bookmarks collection.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public Bookmark this[
	int bookmarkIndex
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	bookmarkIndex As Integer
) As Bookmark
	Get
Visual C++
public:
property Bookmark^ default[int bookmarkIndex] {
	Bookmark^ get (int bookmarkIndex);
}

Parameters

bookmarkIndex
Type: System..::..Int32
The zero based bookmark index in the collection.

Return Value

Type: Bookmark
The PDF bookmark at the specified index

See Also