Download StreamServe Persuasion SP4 Drivers

Transcript
48
Configuring the IJPDS driver
IJPDS
•
Using the choice attribute and a <choices> list.
The examples below show the different ways to configure the x-resolution to
300.
Example 11
Horizontal resolution specified as an element content
<property name="x-resolution">300</property>
Example 12
Horizontal resolution specified using the value attribute
<property name="x-resolution" value="300"></property>
Example 13
Horizontal resolution specified using the choice attribute and a choices list
<property name="x-resolution" choice="3">
<choices>
<property>120</property>
<property>240</property>
<property>300</property>
</choices>
</property>
StreamServe Persuasion SP4 Drivers User Guide Rev A