|
PdfActionGoTo Constructor
|
Creates a Go To action based on the specified pdf destination.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfActionGoTo(
PdfDestination destination
)
Public Sub New (
destination As PdfDestination
)
Parameters
- destination PdfDestination
- The destination of the Go To action.
See Also