Click or drag to resize
Pdf Library for .NET

PdfBookmarksCollectionItem Property

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

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public PdfBookmark this[
	int index
] { get; }

Parameters

index  Int32
The zero based bookmark index in the pdf bookmarks collection.

Return Value

PdfBookmark
The pdf bookmark at the specified index.
See Also