Initializes the go-to action.
Original signature is '- (id)initWithDestination:(PDFDestination *) destination'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public PDFActionGoTo( PDFDestination destination )
Public Sub New ( _ destination As PDFDestination _ )
public: PDFActionGoTo( PDFDestination^ destination )

- destination (PDFDestination)
- The destination with which to initialize the go-to action.

An initialized PDFActionGoTo instance, or NULL if the object could not be initialized.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)