PdfBookmarkCollectionAdd Method (String, PdfPage) |
Namespace:
RadPdf.Data.Document.Bookmarks
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 5.6.0.0 (5.6.0.0)
Syntaxpublic PdfBookmark Add(
string title,
PdfPage destinationPage
)
Public Function Add (
title As String,
destinationPage As PdfPage
) As PdfBookmark
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