次の方法で共有


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値の 1 つ。 既定値はプリンターによって決まります。

例外

Duplex プロパティの値は、Duplex値の 1 つではありません。

注釈

CanDuplex プロパティを使用して、プリンターが両面印刷をサポートしているかどうかを確認できます。

適用対象

こちらもご覧ください