共用方式為


PrinterSettings.Duplex 屬性

定義

取得或設定雙面列印的印表機設定。

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 值。 由印表機決定預設值。

例外狀況

Duplex 屬性的值不是其中一個 Duplex 值。

備註

您可以使用 CanDuplex 屬性來檢查印表機是否支援雙面列印。

適用於

另請參閱