PosPrinterPrintSide Enum
Definition
Describes the sides of the sheet of paper on which the point-of-service printer prints.
public enum class PosPrinterPrintSide
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum PosPrinterPrintSide
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PosPrinterPrintSide
var value = Windows.Devices.PointOfService.PosPrinterPrintSide.unknown
Public Enum PosPrinterPrintSide
- Inheritance
-
PosPrinterPrintSide
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Side1 | 1 | The point-of-service printer is printing or should print on the front side of the sheet. |
Side2 | 2 | The point-of-service printer is printing or should print on the back side of the sheet. |
Unknown | 0 | The side on which the point-of-service printer is currently printing is unknown. |