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 屬性來檢查印表機是否支援雙面列印。