Click or drag to resize

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)
Syntax
public PdfDestination Destination { 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