PdfNamedDestinationDestination Property |
Gets a value representing the destination of this link.
Namespace:
RadPdf.Data.Document.Destinations
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 5.6.0.0 (5.6.0.0)
Syntaxpublic PdfDestination Destination { get; }Public ReadOnly Property Destination As PdfDestination
Get
Property Value
Type:
PdfDestination
Remarks
This property will return null if the destination is unknown or not found.
See Also