Click or drag to resize

PdfBookmarkResult Constructor

Initializes a new instance of the PdfBookmarkResult class.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfBookmarkResult(
	PdfBookmark bookmark,
	PdfBookmarkList parentList,
	PdfBookmark parent
)

Parameters

bookmark
Type: Atalasoft.PdfDocPdfBookmark
The PdfBookmark that was visited.
parentList
Type: Atalasoft.PdfDocPdfBookmarkList
The parent list that contains the bookmark.
parent
Type: Atalasoft.PdfDocPdfBookmark
The parent bookmark that contains the bookmark as a child.
See Also