|  | 
| PdfActionGoTo Constructor  | 
 
            Creates a Go To action based on the specified pdf destination.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfActionGoTo(
	PdfDestination destination
)
Public Sub New ( 
	destination As PdfDestination
)
Parameters
- destination
- Type: SelectPdfPdfDestination
 The destination of the Go To action.
 See Also
See Also