PdfBookmarkDestination Property |
Gets or sets a value representing the destination page of this bookmark.
Namespace:
RadPdf.Data.Document.Bookmarks
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 5.6.0.0 (5.6.0.0)
Syntaxpublic PdfDestination Destination { get; set; }Public Property Destination As PdfDestination
Get
Set
Property Value
Type:
PdfDestination
Remarks
This property can only be set to pages in this document.
See Also