Loading

oce:UnAssignMediaToTray

Introduction

With this command you can unassign media from a tray. It is possible to unassign multiple trays in one command.

Syntax

XPath: /JMF/Command[@Type="oce:UnAssignMediaToTray"]

Description

This command must contain only the location of the tray you want to unassign.

Media definition

XPath: /JMF/Command[@Type=”oce:UnAssignMediaToTray”]/Media

Tray identification (unassign)

XPath: /JMF/Command[@Type="oce:UnassignMediaToTray"]Location/@LocationName

NOTE

The LocationName can be retrieved by the JMF message KnownDevices with @DeviceDetails="Full".

Description

With this attribute you can specify the input tray location you want to unassign.

Example with one tray

<JMF ……>
	<Command ID="unassign_command" Type="oce:UnassignMediaToTray" xsi:type="CommandUnassignMediaToTray">
		<Location LocationName="Tray-4" />
	</Command>
</JMF>

Example with multiple trays

<JMF ……>
	<Command ID="assign_command" Type="oce:AssignMediaToTray" xsi:type="CommandAssignMediaToTray">
		<Media Dimension="595.27559055 841.88976378" Weight="135" MediaColorName="White" HoleType="None" MediaSetCount="1" MediaType="Paper" MediaTypeDetails="TopColor" oce:CustomMediaType="TopColor">
			<GeneralID IDUsage="oce:Orientation" IDValue="LongEdgeFeed" />
			<Location LocationName="Tray-11" />
		</Media>
		<Media Dimension="595.27559055 841.88976378" Weight="135" MediaColorName="White" HoleType="None" MediaSetCount="1" MediaType="Paper" MediaTypeDetails="TopColor" oce:CustomMediaType="TopColor">
			<GeneralID IDUsage="oce:Orientation" IDValue="LongEdgeFeed" />
			<Location LocationName="Tray-12" />
	</Command>
</JMF>
	

Archive with examples for download

NOTE

If you want to use this snippet, download the whole collection of examples in this TRM from this link:

https://supportfiles.cpp.canon/trm/Examples-TRM-Mk8.1.1.zip