Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Этот раздел не является текущим. Последние сведения см. в спецификации схемы печати.
Описывает установленный входной контейнер на устройстве или полный список поддерживаемых ячеек для устройства. Ключевые слова JobInputBin, DocumentInputBin и PageInputBin являются взаимоисключающими. Оба не должны быть указаны одновременно в документе PrintTicket или Print Capabilities.
Сведения об элементе
| Имя | Ценность |
|---|---|
| Тип элемента |
Особенность |
| Префикс области |
Документ |
| Примечания |
Поддерживаемые ячейки, которые в настоящее время не установлены, должны быть помечены как ограниченные в документе PrintCapabilities. |
Структурное содержимое
Структура XML этого элемента:
<psf:Feature name="psk:DocumentInputBin">
<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:Property name="psf:_EnvelopeOptionValue_">
<psf:Value xsi:type="xs:string">_EnvelopeOptionValue_</psf:Value>
</psf:Property>
<psf:ScoredProperty name="psk:BinType">
<psf:Value xsi:type="xs:string">_BinTypeValue_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FeedType">
<psf:Value xsi:type="xs:string">_FeedTypeValue_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaCapacity">
<psf:Value xsi:type="xs:string">_MediaCapacityValue_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaSizeAutoSense">
<psf:Value xsi:type="xs:string">_MediaSizeAutoSenseValue_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaTypeAutoSense">
<psf:Value xsi:type="xs:string">_MediaTypeAutoSenseValue_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaSheetCapacity">
<psf:Value xsi:type="xs:integer">_MediaSheetCapacityValue_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaPath">
<psf:Value xsi:type="xs:string">_MediaPathValue_</psf:Value>
</psf:ScoredProperty>
<psf:Property name="psk:FeedFace">
<psf:Value xsi:type="xs:string">_FeedFaceValue_</psf:Value>
</psf:Property>
<psf:Property name="psk:FeedDirection">
<psf:Value xsi:type="xs:string">_FeedDirectionValue_</psf:Value>
</psf:Property>
</psf:Option>
</psf:Feature>
Переменные структуры
В следующей таблице описаны характеристики переменных, определенных в структуре XML.
| Имя | Тип данных | Единица | Поддерживаемые значения | Сводка |
|---|---|---|---|---|
| _OptionName_ |
струна |
письмена |
Допустимое полное имя, определенное пространствами имен в XML-. Если пространство имен не указано, предполагается пространство имен по умолчанию. |
Имя параметра. |
| _IdentityOptionValue_ |
струна |
n/a |
True, False. |
Определяет параметр, который при выборе отключает эту функцию. |
| _EnvelopeOptionValue_ |
струна |
n/a |
True, False. |
Определяет параметр, который при выборе отключает эту функцию. |
| _BinTypeValue_ |
струна |
n/a |
ContinuousFeed, SheetFeed. |
Указывает тип ячейки. |
| _FeedTypeValue_ |
струна |
n/a |
Автоматический, ручной. |
Задает механизм канала ячейки. |
| _MediaCapacityValue_ |
целое число |
Листы |
Максимальное ограничение целочисленного числа, разрешенное устройством. |
Указывает, является ли контейнер большой емкостью (качественным). |
| _MediaSizeAutoSenseValue_ |
струна |
n/a |
Поддерживается, нет. |
Задает возможность авточувства размера носителя устройства. |
| _MediaTypeAutoSenseValue_ |
струна |
n/a |
Поддерживается, нет. |
Указывает емкость носителя в количестве страниц (полный уровень) ячейки. |
| _MediaPathValue_ |
струна |
n/a |
Прямо, Серпантин. |
Указывает характеристики пути мультимедиа. |
| _FeedFaceValue_ |
струна |
n/a |
FaceUp, FaceDown |
Указывает, следует ли распечатать лицо вверх или вниз. |
| _FeedDirectionValue_ |
струна |
n/a |
LongEdgeFirst, ShortEdgeFirst |
Указывает, питается ли носитель длинным краем первым или коротким краем. |
Расширяемое содержимое языка разметки (XML)
В пространстве имен https://schemas.microsoft.com/windows/2003/08/printing/printschemakeywords определены ключевые слова общедоступной схемы печати. Содержимое общедоступного расширяемого языка разметки (XML) для этого ключевого слова определено ниже:
<psf:Feature name="psk:DocumentInputBin">
<psf:Property name="psf:SelectionType">
<psf:Value xsi:type="xs:string">psk:PickOne</psf:Value>
</psf:Property>
<!-- Device will automatically choose best option based on configuration -->
<psf:Option name="psk:AutoSelect">
<psf:ScoredProperty name="psk:BinType">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FeedType">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaCapacity">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaSizeAutoSense">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaTypeAutoSense">
<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:ScoredProperty name="psk:MediaPath">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:Property name="psk:FeedFace">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:Property>
<psf:Property name="psk:FeedDirection">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:Property>
</psf:Option>
<!--Specifies the default manual feed bin -->
<psf:Option name="psk:Manual">
<psf:ScoredProperty name="psk:BinType">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FeedType">
<psf:Value xsi:type="xs:string">Manual</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaCapacity">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaSizeAutoSense">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaTypeAutoSense">
<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:ScoredProperty name="psk:MediaPath">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:Property name="psk:FeedFace">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:Property>
<psf:Property name="psk:FeedDirection">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:Property>
</psf:Option>
<!--Specifies the feed bin is a cassette-->
<psf:Option name="psk:Cassette">
<psf:ScoredProperty name="psk:BinType">
<psf:Value xsi:type="xs:string">SheetFeed</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FeedType">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaCapacity">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaSizeAutoSense">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaTypeAutoSense">
<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:ScoredProperty name="psk:MediaPath">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:Property name="psk:FeedFace">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:Property>
<psf:Property name="psk:FeedDirection">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:Property>
</psf:Option>
<!--Specifies the feed bin is a tractor-->
<psf:Option name="psk:Tractor">
<psf:ScoredProperty name="psk:BinType">
<psf:Value xsi:type="xs:string">ContinuousFeed</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FeedType">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaCapacity">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaSizeAutoSense">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaTypeAutoSense">
<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:ScoredProperty name="psk:MediaPath">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:Property name="psk:FeedFace">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:Property>
<psf:Property name="psk:FeedDirection">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:Property>
</psf:Option>
<!-- Device Input tray for Inkjet Printers -->
<psf:Option name="psk:AutoSheetFeeder">
<psf:ScoredProperty name="psk:BinType">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FeedType">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaCapacity">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaSizeAutoSense">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:MediaTypeAutoSense">
<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:ScoredProperty name="psk:MediaPath">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:Property name="psk:FeedFace">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:Property>
<psf:Property name="psk:FeedDirection">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:Property>
</psf:Option>
</psf:Feature>