 | PdfLinkDestination Property |
Gets or set the destination assigned to a link.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfDestination Destination { get; set; }Public Property Destination As PdfDestination
Get
Set
public:
property PdfDestination^ Destination {
PdfDestination^ get ();
void set (PdfDestination^ value);
}member Destination : PdfDestination with get, set
/** @property */
public PdfDestination get_Destination()
/** @property */
public void set_Destination(PdfDestination value)
function get_Destination();
function set_Destination(value);
Property Value
PdfDestination
RemarksReturn null if there is no destination associated with the link,
in this case the application should try
Action property
See Also