Click or drag to resize

PdfLinkDestination Property

Gets or set the destination assigned to a link.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public PdfDestination Destination { get; set; }

Property Value

PdfDestination
Remarks
Return null if there is no destination associated with the link, in this case the application should try Action property
See Also