Share via


PdfView.ZoomIn(NSObject) Method

Definition

Zooms in one level.

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

Parameters

sender
NSObject

The object that requested the operation.

Attributes

Applies to