MonobjcMonobjc Documented Class Library
PDFViewOpenPDFForRemoteGoToActionMessage Method (sender, action)
NamespacesMonobjc.QuartzPDFView..::..PDFViewDelegateEventDispatcherPDFViewOpenPDFForRemoteGoToActionMessage(PDFView, PDFActionRemoteGoTo)

Delegate method that opens a specified page.

Original signature is '- (void)PDFViewOpenPDF:(PDFView *)sender forRemoteGoToAction:(PDFActionRemoteGoTo *)action'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public void PDFViewOpenPDFForRemoteGoToActionMessage(
	PDFView sender,
	PDFActionRemoteGoTo action
)
Public Sub PDFViewOpenPDFForRemoteGoToActionMessage ( _
	sender As PDFView, _
	action As PDFActionRemoteGoTo _
)
public:
void PDFViewOpenPDFForRemoteGoToActionMessage(
	PDFView^ sender, 
	PDFActionRemoteGoTo^ action
)
Parameters
sender (PDFView)
MISSING
action (PDFActionRemoteGoTo)
MISSING
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)