Share via


PdfView.GoToSelection(PdfSelection) Method

Definition

Goes to the specified selection.

[Foundation.Export("goToSelection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void GoToSelection(PdfKit.PdfSelection selection);
[<Foundation.Export("goToSelection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GoToSelection : PdfKit.PdfSelection -> unit
override this.GoToSelection : PdfKit.PdfSelection -> unit

Parameters

selection
PdfSelection

The selection to which to go.

Attributes

Applies to