BookmarksCollectionItem Property

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

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public Bookmark this[
	int bookmarkIndex
] { get; }

Parameters

bookmarkIndex  Int32
The zero based bookmark index in the collection.

Return Value

Bookmark
The PDF bookmark at the specified index

See Also