Click or drag to resize

ActionGetDest Method

Gets the dest.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Destination GetDest()

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