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