PageICMRenderingIntent

本主题不是最新主题。 有关最新信息,请参阅 打印架构规范

描述 ICC v2 规范定义的呈现意向。 如果图像或图形元素具有指定呈现意向的嵌入配置文件,则应忽略此值。

元素信息

名称
元素类型
Feature
范围前缀

说明

结构内容

此元素的 XML 结构为:

<psf:Feature name="psk:PageICMRenderingIntent">
  <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:Option>
</psf:Feature>

结构变量

下表概述了 XML 结构中定义的变量的特征。

名称 数据类型 计价单位 支持的值 总结
_OptionName_
string
字符
XML 中的命名空间定义的有效完全限定名称。 如果未指定命名空间,则假定使用默认命名空间。
选项的名称。
_IdentityOptionValue_
string
不适用
True、False。
定义一个选项,当选中此选项时,该选项将禁用此功能。

可扩展标记语言 (XML) 内容

公共打印架构关键字在 命名空间中 https://schemas.microsoft.com/windows/2003/08/printing/printschemakeywords 定义。 下面定义了此关键字 (keyword) 的公共可扩展标记语言 (XML) 内容:

<psf:Feature name="psk:PageICMRenderingIntent">
  <psf:Property name="SelectionType">
    <psf:Value xsi:type="xs:string">PickOne</psf:Value>
  </psf:Property>
  <!--Absolute Colorimetric Rendering intent-->
  <psf:Option name="psk:AbsoluteColorimetric" />
  <!--Relative Colorimetric Rendering intent -->
  <psf:Option name="psk:RelativeColorimetric" />
  <!--Photographs Rendering intent -->
  <psf:Option name="psk:Photographs" />
  <!--Business Graphics Rendering intent -->
  <psf:Option name="psk:BusinessGraphics" />
</psf:Feature>

打印架构规范