Share via


PdfView.ZoomOut(NSObject) Method

Definition

Zooms out one level.

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

Parameters

sender
NSObject

The object that requested the operation.

Attributes

Applies to