UIPrinterCutterBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
NoCut | 0 | Indicates that the printer should not cut pages. |
PrinterDefault | 1 | Indicates that the printer's default behavior should be used. |
CutAfterEachPage | 2 | Indicates that the paper is cut after each page is printed. |
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. |