Share via


UIPrintInteractionControllerDelegate.ChooseCutterBehavior Method

Definition

Gets the UIPrinterCutterBehavior for the print job.

[Foundation.Export("printInteractionController:chooseCutterBehavior:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIPrinterCutterBehavior ChooseCutterBehavior(UIKit.UIPrintInteractionController printInteractionController, Foundation.NSNumber[] availableBehaviors);
[<Foundation.Export("printInteractionController:chooseCutterBehavior:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ChooseCutterBehavior : UIKit.UIPrintInteractionController * Foundation.NSNumber[] -> UIKit.UIPrinterCutterBehavior
override this.ChooseCutterBehavior : UIKit.UIPrintInteractionController * Foundation.NSNumber[] -> UIKit.UIPrinterCutterBehavior

Parameters

printInteractionController
UIPrintInteractionController
availableBehaviors
NSNumber[]

Returns

Implements

Attributes

Applies to