Duplex 枚举
定义
指定打印机的双面打印设置。Specifies the printer's duplex setting.
public enum class Duplex
public enum Duplex
[System.Serializable]
public enum Duplex
type Duplex =
[<System.Serializable>]
type Duplex =
Public Enum Duplex
- 继承
- 属性
字段
| Default | -1 | 打印机默认的双面打印设置。The printer's default duplex setting. |
| Horizontal | 3 | 双面水平打印。Double-sided, horizontal printing. |
| Simplex | 1 | 单面打印。Single-sided printing. |
| Vertical | 2 | 双面垂直打印。Double-sided, vertical printing. |
注解
此枚举由 PrinterSettings 类使用。This enumeration is used by the PrinterSettings class.
有关打印的详细信息,请参阅 System.Drawing.Printing 命名空间概述。For more information on printing, see the System.Drawing.Printing namespace overview.