Click or drag to resize

PdfBookmarkCollectionsItem(IntPtr) Property

Gets the PdfBookmark with the specified handle

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

Parameters

handle  IntPtr
Pdfium SDK handle that the bookmark is bound to

Return Value

PdfBookmark
The PdfBookmark at the specified index.
See Also