Share via


PdfView.GoToFirstPage(NSObject) Method

Definition

Goes to the first page of the PDF.

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

Parameters

sender
NSObject

The object that requested the operation.

Attributes

Applies to