Click or drag to resize

PdfBookmarkCollectionAdd Method (String, PdfDestination)

Namespace:  RadPdf.Data.Document.Bookmarks
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 5.6.0.0 (5.6.0.0)
Syntax
public PdfBookmark Add(
	string title,
	PdfDestination destination
)

Parameters

title
Type: SystemString
The title of the new bookmark
destination
Type: RadPdf.Data.Document.DestinationsPdfDestination
The detination (e.g. goto page) of the new bookmark when clicked

Return Value

Type: PdfBookmark

[Missing <returns> documentation for "M:RadPdf.Data.Document.Bookmarks.PdfBookmarkCollection.Add(System.String,RadPdf.Data.Document.Destinations.PdfDestination)"]

See Also