EmbeddedGoToAction Constructor (Destination, EmbeddedGoToActionTarget)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the EmbeddedGoToAction class.

Namespace:  Apitron.PDF.Kit.Interactive.Actions
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public EmbeddedGoToAction(
	Destination destination,
	EmbeddedGoToActionTarget target = null
)

Parameters

destination
Type: Apitron.PDF.Kit.Interactive.Navigation.DocumentLevelDestination
The destination in the target to jump to.
target (Optional)
Type: Apitron.PDF.Kit.Interactive.ActionsEmbeddedGoToActionTarget
(Optional)The target dictionary specifying path information to the target document. If target is null destination is parent document.
See Also

Reference