UIPrintInteractionControllerDelegate_Extensions.ChooseCutterBehavior Method

Definition

Gets the UIPrinterCutterBehavior for the print job.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIPrinterCutterBehavior ChooseCutterBehavior (this UIKit.IUIPrintInteractionControllerDelegate This, UIKit.UIPrintInteractionController printInteractionController, Foundation.NSNumber[] availableBehaviors);
static member ChooseCutterBehavior : UIKit.IUIPrintInteractionControllerDelegate * UIKit.UIPrintInteractionController * Foundation.NSNumber[] -> UIKit.UIPrinterCutterBehavior

Parameters

This
IUIPrintInteractionControllerDelegate

The instance on which this extension method operates.

printInteractionController
UIPrintInteractionController
availableBehaviors
NSNumber[]

Returns

Attributes

Applies to