Click or drag to resize

PdfBookmarkCollectionAdd Method (String, PdfPage)

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,
	PdfPage destinationPage
)

Parameters

title
Type: SystemString
The title of the new bookmark
destinationPage
Type: RadPdf.Data.Document.PagesPdfPage
The detination 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.Pages.PdfPage)"]

See Also