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.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfBookmark this[
	int index
] { get; }

Parameters

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

Return Value

Type: PdfBookmark
The pdf bookmark at the specified index.
See Also