MonobjcMonobjc Documented Class Library
PDFActionGoTo Constructor (destination)
NamespacesMonobjc.QuartzPDFActionGoToPDFActionGoTo(PDFDestination)

Initializes the go-to action.

Original signature is '- (id)initWithDestination:(PDFDestination *) destination'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public PDFActionGoTo(
	PDFDestination destination
)
Public Sub New ( _
	destination As PDFDestination _
)
public:
PDFActionGoTo(
	PDFDestination^ destination
)
Parameters
destination (PDFDestination)
The destination with which to initialize the go-to action.
Return Value
An initialized PDFActionGoTo instance, or NULL if the object could not be initialized.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)