UIPrinterCutterBehavior Enum

Definition

Enumerates desired page cutting behavior for roll-feed printers.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPrinterCutterBehavior
type UIPrinterCutterBehavior = 
Inheritance
UIPrinterCutterBehavior
Attributes

Fields

CutAfterEachCopy 3

Indicates that the paper is cut after each copy of the document is printed.

CutAfterEachJob 4

Indicates that the paper is cut after each print job is completed.

CutAfterEachPage 2

Indicates that the paper is cut after each page is printed.

NoCut 0

Indicates that the printer should not cut pages.

PrinterDefault 1

Indicates that the printer's default behavior should be used.

Applies to