PageOutputBin

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

描述设备支持的纸槽的完整列表。 允许按页指定出纸槽。 JobOutputBin、DocumentOutputBin 和 PageOutputBin 关键字相互排斥,因此在 PrintTicket 或 Print Capabilities 文档中只应指定其中一个关键字。

元素信息

名称
元素类型
功能
范围前缀
页面
注意

结构内容

此元素的 XML 结构为:

<psf:Feature name="psk:PageOutputBin">
  <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:BinType">
      <psf:Value xsi:type="xs:string">_BinTypeValue_</psf:Value>
    </psf:ScoredProperty>
    <psf:ScoredProperty name="psk:MediaSheetCapacity">
      <psf:Value xsi:type="xs:integer">_MediaSheetCapacityValue_</psf:Value>
    </psf:ScoredProperty>
  </psf:Option>
</psf:Feature>
      

结构变量

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

名称 数据类型 Unit 支持的值 总结
_OptionName_
string
characters
XML 中的命名空间定义的有效的完全限定名称。 如果未指定命名空间,则采用默认命名空间。
选项的名称。
_IdentityOptionValue_
string
不适用
True、False。
定义一个选项,选择该选项后将禁用此功能。
_BinTypeValue_
string
不适用
FaceDownTray、FaceUpTray、MailBox、Sorter、Stacker、Finisher None。
指定纸槽的常规类型。
_MediaSheetCapacityValue_
integer
sheets
大于 0。
指定纸槽的页数(满层)的介质容量。

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

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

<psf:Feature name="psk:PageOutputBin">
  <psf:Property name="psf:SelectionType">
    <psf:Value xsi:type="xs:string">psk:PickOne</psf:Value>
  </psf:Property>
  <psf:Option>
    <psf:ScoredProperty name="psk:BinType">
      <psf:Value xsi:type="xs:string">_Undefined_</psf:Value>  
    </psf:ScoredProperty>
    <psf:ScoredProperty name="psk:MediaSheetCapacity">
      <psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>  
    </psf:ScoredProperty>
  </psf:Option>
</psf:Feature>
    

打印架构规范