Share via


PdfView.GoToNextPage(NSObject) Method

Definition

Goes to the next page in the PDF.

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

Parameters

sender
NSObject

The object that requested the operation.

Attributes

Applies to