이 항목은 현재 항목이 아닙니다. 최신 정보는 인쇄 스키마 사양참조하세요.
출력의 이중 특성을 설명합니다. 이중 기능을 사용하면 미디어 양쪽에서 인쇄할 수 있습니다. 각 문서는 별도로 이중으로 구분됩니다. DocumentDuplex 및 JobDuplexAllDocumentsContiguously는 함께 사용할 수 없습니다. 이러한 키워드 간의 제약 조건 처리를 결정하는 것은 드라이버의 맡입니다.
요소 정보
| 이름 | 값 |
|---|---|
| 요소 형식 |
특징 |
| 범위 지정 접두사 |
문서 |
| 노트 |
없음 |
구조적 콘텐츠
이 요소의 XML 구조는 다음과 같습니다.
<psf:Feature name="psk:DocumentDuplex">
<psf:Property name="psf:SelectionType">
<psf:Value xsi:type="xs:string">psk:PickOne</psf:Value>
</psf:Property>
<psf:Option name="psk:_OptionName_">
<psf:Property name="psf:IdentityOption">
<psf:Value xsi:type="xs:string">_IdentityOptionValue_</psf:Value>
</psf:Property>
<psf:ScoredProperty name="psk:DuplexMode">
<psf:Value xsi:type="xs:string">_DuplexModeValue_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
</psf:Feature>
구조 변수
다음 표에서는 XML 구조에 정의된 변수의 특징을 간략하게 설명합니다.
XML(Extensible Markup Language) 콘텐츠
공용 인쇄 스키마 키워드는 https://schemas.microsoft.com/windows/2003/08/printing/printschemakeywords 네임스페이스에 정의됩니다. 이 키워드에 대한 공용 XML(Extensible Markup Language) 콘텐츠는 아래에 정의되어 있습니다.
<psf:Feature name="psk:DocumentDuplex">
<psf:Property name="psf:SelectionType">
<psf:Value xsi:type="xs:string">psk:PickOne</psf:Value>
</psf:Property>
<!-- Specifies one sided printing. -->
<psf:Option name="psk:OneSided" />
<!-- Specifies two sided printing such that the page is flipped parallel to the MediaSizeWidth direction. -->
<psf:Option name="psk:TwoSidedShortEdge">
<psf:ScoredProperty name="psk:DuplexMode">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies two sided printing such that the page is flipped parallel to the MediaSizeHeight direction. -->
<psf:Option name="psk:TwoSidedLongEdge">
<psf:ScoredProperty name="psk:DuplexMode">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
</psf:Feature>