Click or drag to resize

PdfBookmarkCollectionsItem(Int32) Property

Gets or sets the PdfBookmark at the specified index

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfBookmark this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index of the element to get.

Return Value

PdfBookmark
The PdfBookmark at the specified index.
See Also