PdfActionGoTo Constructor
Creates a Go To action based on the specified explicit destination.
Namespace: EvoExcelToPdfAssembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.0.0
public PdfActionGoTo(
ExplicitDestination goToDestination
)
Public Sub New (
goToDestination As ExplicitDestination
)
public:
PdfActionGoTo(
ExplicitDestination^ goToDestination
)
new :
goToDestination : ExplicitDestination -> PdfActionGoTo
Parameters
- goToDestination ExplicitDestination
- The destination of the Go To action.