이 항목은 현재 항목이 아닙니다. 최신 정보는 인쇄 스키마 사양참조하세요.
뒷면(끝) 커버 시트에 대해 설명합니다. 각 문서에는 별도의 시트가 있습니다. 표지는 문서의 마지막 페이지에 사용되는 PageMediaSize 및 PageMediaType에 인쇄되어야 합니다. 표지는 지정한 옵션에 표시된 대로 처리 옵션(예: DocumentDuplex, DocumentNUp)에 통합되어야 합니다.
요소 정보
| 이름 | 값 |
|---|---|
| 요소 형식 |
특징 |
| 범위 지정 접두사 |
문서 |
| 노트 |
XPS 규격 소비자는 인쇄 기능 문서 또는 PrintTicket의 이미지 또는 색 프로필과 같은 리소스에 대한 URI 참조가 결과 PrintTicket를 포함하는 동일한 XPS 문서 패키지 내의 파트 이름(패키지 루트에 대한 상대 URI)을 참조하도록 강제해야 합니다. 규격 XPS 소비자는 부품 이름 구문을 준수하지 않는 URI를 사용하지 않아야 합니다. 이러한 설정은 XPS에 따라 다릅니다. 인쇄 기능 문서 또는 PrintTicket에서 참조되는 URI는 URL로 확인되지 않아야 합니다. 이는 의도한 대로 해결되지 않을 수 있으며 드라이버 및 운영 체제에 해로운 보안 위험을 초래할 수 있으므로 안전하지 않습니다. |
구조적 콘텐츠
이 요소의 XML 구조는 다음과 같습니다.
<psf:Feature name="psk:DocumentCoverBack">
<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>
<!--Specifies the XPS specific part name for the back cover sheet-->
<psf:ScoredProperty name="psk:CoverBackSource">
<psf:ParameterRef name="psk:DocumentCoverBackSource" />
</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:DocumentCoverBack">
<psf:Property name="psf:SelectionType">
<psf:Value xsi:type="xs:string">psk:PickOne</psf:Value>
</psf:Property>
<!-- Specifies no cover will be output -->
<psf:Option name="psk:NoCover" />
<!-- Specifies the cover indicated by "CoverBackSource" should be printed on the back side
of the cover sheet. If a DocumentCoverBackSource ParameterInit element is not specified,
this Option should be ignored. -->
<psf:Option name="psk:PrintBack">
<psf:ScoredProperty name="psk:CoverBackSource">
<psf:ParameterRef name="psk:DocumentCoverBackSource" />
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies the cover indicated by "CoverBackSource" may be printed on either sides
of the cover sheet. If a DocumentCoverBackSource ParameterInit element is not specified,
this Option should be ignored. -->
<psf:Option name="psk:PrintBoth">
<psf:ScoredProperty name="psk:CoverBackSource">
<psf:ParameterRef name="psk:DocumentCoverBackSource" />
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies the cover indicated by "CoverBackSource" should be printed on the front side
of the cover sheet. If a DocumentCoverBackSource ParameterInit element is not specified,
this Option should be ignored. -->
<psf:Option name="psk:PrintFront">
<psf:ScoredProperty name="psk:CoverBackSource">
<psf:ParameterRef name="psk:DocumentCoverBackSource" />
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies a blank cover sheet should be printed. -->
<psf:Option name="psk:BlankCover" />
</psf:Feature>