Share via


PdfView.GoToLastPage(NSObject) Method

Definition

Goes to the last page of the PDF.

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

Parameters

sender
NSObject

The object that requested the operation..

Attributes

Applies to