MonobjcMonobjc Documented Class Library
GoToPreviousPage Method (sender)
NamespacesMonobjc.QuartzPDFViewGoToPreviousPage(Id)

Navigates to the previous page of the document.

Original signature is '- (IBAction)goToPreviousPage:(id)sender'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void GoToPreviousPage(
	Id sender
)
Public Overridable Sub GoToPreviousPage ( _
	sender As Id _
)
public:
virtual void GoToPreviousPage(
	Id^ sender
)
Parameters
sender (Id)
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)