Gets the dest.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Destination GetDest()
Public Function GetDest As Destination
public:
virtual Destination^ GetDest() sealed
Return Value
Type:
Destination The Action's Destination view.
Remarks This only works for Actions whose subtype is "GoTo".
All named destinations are automatically resolved to the
explicit destination so you can access destination members directly.
See Also