PdfActionGoTo Constructor
Creates a Go To action based on the specified explicit destination.
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public PdfActionGoTo(
ExplicitDestination goToDestination
)
Public Sub New (
goToDestination As ExplicitDestination
)
Parameters
- goToDestination ExplicitDestination
- The destination of the Go To action.