Gets or sets the destination.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfActionDestination Destination { get; set; }
Public Property Destination As PdfActionDestination
	Get
	Set
public:
property PdfActionDestination Destination {
	PdfActionDestination get ();
	void set (PdfActionDestination value);
}
member Destination : PdfActionDestination with get, set

Property Value

PdfActionDestination
The object representing destination of an action.

See Also