MonobjcMonobjc Documented Class Library
InitWithDestination Method (destination)
NamespacesMonobjc.QuartzPDFActionGoToInitWithDestination(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 virtual Id InitWithDestination(
	PDFDestination destination
)
Public Overridable Function InitWithDestination ( _
	destination As PDFDestination _
) As Id
public:
virtual Id^ InitWithDestination(
	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)