Share via


PdfView.GoForward(NSObject) Method

Definition

Goes forward one page in the history.

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

Parameters

sender
NSObject

The object that requested the operation.

Attributes

Applies to