이 항목은 현재 항목이 아닙니다. 최신 정보는 인쇄 스키마 사양참조하세요.
레이아웃 및 렌더링을 위한 이미지 캔버스에 대해 설명합니다. PageMediaSize 및 PageOrientation을 기반으로 보고됩니다.
다음 다이어그램에서는 PageOrientation을 기반으로 하는 PageImageableSize 변수 사용을 보여 줍니다.
페이지 측정값을 보여 주는 다이어그램
요소 정보
| 이름 | 값 |
|---|---|
| 요소 형식 |
재산 |
| 범위 지정 접두사 |
페이지 |
| 노트 |
없음 |
구조적 콘텐츠
이 요소의 XML 구조는 다음과 같습니다.
<psf:Property name="psk:PageImageableSize">
<psf:Property name="psk:ImageableSizeWidth">
<psf:Value xsi:type="xs:integer">_ImageableSizeWidthValue_</psf:Value>
</psf:Property>
<psf:Property name="psk:ImageableSizeHeight">
<psf:Value xsi:type="xs:integer">_ImageableSizeHeightValue_</psf:Value>
</psf:Property>
<!--Specifies the imageable area within the logical page. -->
<psf:Property name="psk:ImageableArea">
<psf:Property name="psk:OriginWidth">
<psf:Value xsi:type="xs:integer">_OriginWidthValue_</psf:Value>
</psf:Property>
<psf:Property name="psk:OriginHeight">
<psf:Value xsi:type="xs:integer">_OriginHeightValue_</psf:Value>
</psf:Property>
<psf:Property name="psk:ExtentWidth">
<psf:Value xsi:type="xs:integer">_ExtentWidthValue_</psf:Value>
</psf:Property>
<psf:Property name="psk:ExtentHeight">
<psf:Value xsi:type="xs:integer">_ExtentHeightValue_</psf:Value>
</psf:Property>
</psf:Property>
</psf:Property>
구조 변수
다음 표에서는 XML 구조에 정의된 변수의 특징을 간략하게 설명합니다.
| 이름 | 데이터 형식 | 단위 | 지원되는 값 | 요약 |
|---|---|---|---|---|
| _ImageableSizeWidthValue_ |
정수 |
미크론 |
0보다 큽다. |
PageOrientation을 기준으로 애플리케이션 미디어 크기의 가로 차원을 지정합니다. |
| _ImageableSizeHeightValue_ |
정수 |
미크론 |
0보다 큽다. |
PageOrientation을 기준으로 애플리케이션 미디어 크기의 세로 차원을 지정합니다. |
| _OriginWidthValue_ |
정수 |
미크론 |
0보다 크거나 같음 |
애플리케이션 미디어 크기를 기준으로 이미지 가능 영역의 가로 원점 지정 |
| _OriginHeightValue_ |
정수 |
미크론 |
0보다 크거나 같음 |
애플리케이션 미디어 크기를 기준으로 이미지 가능 영역의 세로 원본을 지정합니다. |
| _ExtentWidthValue_ |
정수 |
미크론 |
0보다 큽다. |
원본과 애플리케이션 미디어 크기의 경계 제한 사이의 가로 거리를 지정합니다. |
| _ExtentHeightValue_ |
정수 |
미크론 |
0보다 큽다. |
캔버스 애플리케이션 미디어 크기의 원점과 경계 제한 사이의 세로 거리를 지정합니다. |
XML(Extensible Markup Language) 콘텐츠
공용 인쇄 스키마 키워드는 https://schemas.microsoft.com/windows/2003/08/printing/printschemakeywords 네임스페이스에 정의됩니다. 이 키워드에 대한 공용 XML(Extensible Markup Language) 콘텐츠는 아래에 정의되어 있습니다.
<psf:Property name="psk:PageImageableSize">
<psf:Property name="psk:ImageableSizeWidth">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:Property>
<psf:Property name="psk:ImageableSizeHeight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:Property>
<psf:Property name="psk:ImageableArea">
<psf:Property name="psk:OriginWidth">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:Property>
<psf:Property name="psk:OriginHeight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:Property>
<psf:Property name="psk:ExtentWidth">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:Property>
<psf:Property name="psk:ExtentHeight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:Property>
</psf:Property>
</psf:Property>