PdfView.ZoomOut(NSObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Zooms out one level.
[Foundation.Export("zoomOut:")]
public virtual void ZoomOut (Foundation.NSObject sender);
abstract member ZoomOut : Foundation.NSObject -> unit
override this.ZoomOut : Foundation.NSObject -> unit
Parameters
- sender
- NSObject
The object that requested the operation.
- Attributes