Click or drag to resize

PdfBookmark Constructor (String, PdfAction)

Constructs a new PdfBookmark object with the specified text and action

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfBookmark(
	string text,
	PdfAction action
)

Parameters

text
Type: SystemString
The text for the bookmark
action
Type: Atalasoft.PdfDocPdfAction
An action to perform when the bookmark is clicked
See Also