PdfActionGoTo Constructor |
Creates a Go To action based on the sepecified explicit destination.
Namespace: ExpertPdf.PdfCreatorAssembly: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.dll) Version: 11.0.0
Syntaxpublic PdfActionGoTo(
ExplicitDestination goToDestination
)
Public Sub New (
goToDestination As ExplicitDestination
)
Parameters
- goToDestination
- Type: ExpertPdf.PdfCreatorExplicitDestination
The destination of the Go To action.
See Also