PdfLinkAnnotationDestination Property |
Gets or sets a value representing the destination of this link.
Namespace:
RadPdf.Data.Document.Objects.Annotations
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 will be set to null if DestinationType is not Page or the page is out of range.
This property can not be changed if IsLocked is true.
See Also