Share via


PdfView.GoToPreviousPage(NSObject) Method

Definition

Goes to the previous page in the PDF.

[Foundation.Export("goToPreviousPage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void GoToPreviousPage(Foundation.NSObject? sender);
[<Foundation.Export("goToPreviousPage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GoToPreviousPage : Foundation.NSObject -> unit
override this.GoToPreviousPage : Foundation.NSObject -> unit

Parameters

sender
NSObject

The object that requested the operation.

Attributes

Applies to