Gets or sets the explicit destination of the Go To action.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public ExplicitDestination Destination { get; set; } |
| Visual Basic |
|---|
Public Property Destination As ExplicitDestination Get Set |
| Visual C++ |
|---|
public: property ExplicitDestination^ Destination { ExplicitDestination^ get (); void set (ExplicitDestination^ value); } |