Click or drag to resize

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

Property Value

Type: PdfDestination
Remarks

This property will return null if the destination is unknown or not found.

See Also