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 이중 인쇄를 지원하는지 확인할 수 있습니다.

적용 대상

추가 정보