PrinterSettings.Duplex Vlastnost

Definice

Získá nebo nastaví nastavení tiskárny pro oboustranný tisk.

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

Hodnota vlastnosti

Jedna z Duplex hodnot. Výchozí hodnota je určena tiskárnou.

Výjimky

Hodnota Duplex vlastnosti není jednou z Duplex hodnot.

Poznámky

Pomocí vlastnosti můžete CanDuplex zkontrolovat, jestli tiskárna podporuje oboustranný tisk.

Platí pro

Viz také