Winnovative HTML to PDF Converter

BookmarksCollectionItem Property

Winnovative HTML to PDF Converter for .NET Documentation
Gets the bookmark at the specified zero based index in the bookmarks collection.

Namespace:  Winnovative
Assembly:  wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax

public Bookmark this[
	int bookmarkIndex
] { get; }

Parameters

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

Return Value

Type: Bookmark
The PDF bookmark at the specified index
See Also

Reference