Share via


PdfView.GoToPage(PdfPage) Method

Definition

Goes to the specified page.

[Foundation.Export("goToPage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void GoToPage(PdfKit.PdfPage page);
[<Foundation.Export("goToPage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GoToPage : PdfKit.PdfPage -> unit
override this.GoToPage : PdfKit.PdfPage -> unit

Parameters

page
PdfPage

The page to which to go.

Attributes

Applies to