Share via


UIPrintInteractionControllerDelegate.WillPresentPrinterOptions Method

Definition

Indicates that the printing-options interface is about to be displayed.

[Foundation.Export("printInteractionControllerWillPresentPrinterOptions:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillPresentPrinterOptions(UIKit.UIPrintInteractionController printInteractionController);
[<Foundation.Export("printInteractionControllerWillPresentPrinterOptions:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillPresentPrinterOptions : UIKit.UIPrintInteractionController -> unit
override this.WillPresentPrinterOptions : UIKit.UIPrintInteractionController -> unit

Parameters

printInteractionController
UIPrintInteractionController

Implements

Attributes

Applies to