UIPrintInteractionControllerDelegate.ChooseCutterBehavior Method

Definition

Gets the UIPrinterCutterBehavior for the print job.

[Foundation.Export("printInteractionController:chooseCutterBehavior:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIPrinterCutterBehavior ChooseCutterBehavior (UIKit.UIPrintInteractionController printInteractionController, Foundation.NSNumber[] availableBehaviors);
abstract member ChooseCutterBehavior : UIKit.UIPrintInteractionController * Foundation.NSNumber[] -> UIKit.UIPrinterCutterBehavior
override this.ChooseCutterBehavior : UIKit.UIPrintInteractionController * Foundation.NSNumber[] -> UIKit.UIPrinterCutterBehavior

Parameters

printInteractionController
UIPrintInteractionController
availableBehaviors
NSNumber[]

Returns

Attributes

Applies to