PdfEmbeddedGoToAction
Destination Property
|
The destination in the target document to jump to.
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfDestination Destination { get; }
Public ReadOnly Property Destination As PdfDestination
Get
public:
property PdfDestination^ Destination {
PdfDestination^ get ();
}
member Destination : PdfDestination with get
Property Value
Type:
PdfDestination
See Also