PrinterSide 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 possible sides of the print station document on which printing can occur.
public enum PrinterSide
type PrinterSide =
Public Enum PrinterSide
- Inheritance
-
PrinterSide
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Document is not inserted. |
Side1 | 1 | Default print side. |
Side2 | 2 | The other side of the document (the reverse of default). |
Opposite | 3 | The opposite of the current side. |