PrinterSettings.Duplex 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置双面打印的打印机设置。
public:
property System::Drawing::Printing::Duplex Duplex { System::Drawing::Printing::Duplex get(); void set(System::Drawing::Printing::Duplex value); };
public System.Drawing.Printing.Duplex Duplex { get; set; }
member this.Duplex : System.Drawing.Printing.Duplex with get, set
Public Property Duplex As Duplex
属性值
Duplex 值之一。 默认值由打印机决定。
例外
注解
可以使用 CanDuplex 属性检查以查看打印机是否支持双面打印。