UIPrintInfoDuplex 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.
An enumeration of duplex modes supported by the printer.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPrintInfoDuplex
type UIPrintInfoDuplex =
- Inheritance
-
UIPrintInfoDuplex
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Single-sided printing only. |
LongEdge | 1 | Flips the back page along the long edge of the paper. |
ShortEdge | 2 | Flips the back page along the short edge of the paper. |