summarylogtreecommitdiffstats
path: root/KOC759UX.ppd
blob: 460f39b5e282dd2c98b7ec67da79f7725414f8c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
*PPD-Adobe: "4.3"
*FormatVersion: "4.3"
*LanguageVersion: English
*LanguageEncoding: ISOLatin1
*FileVersion: "110001.0000"
*% Linux Version

*Manufacturer: "KONICA MINOLTA"
*ModelName: "KONICA MINOLTA C759SeriesPS/P"
*ShortNickName: "KONICA MINOLTA C759"
*NickName: "KONICA MINOLTA C759SeriesPS(P)"
*PCFileName: "KOC759UX.ppd"
*Product: "(KONICA MINOLTA C759)"
*PSVersion: "(3016.102) 1"

*% === Device Capabilities ============
*LanguageLevel: "3"

*ColorDevice: True
*DefaultColorSpace: CMYK

*Protocols: TBCP

*LandscapeOrientation: Plus90

*ScreenFreq: "70.0"
*ScreenAngle: "45.0"
*DefaultScreenProc: Dot
*ScreenProc Dot: "{180 mul cos exch 180 mul cos add 2 div}"
*ScreenProc Line: "{ pop }"
*ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}"

*Throughput: "75"

*DefaultResolution: 600dpi

*%
*% === Begin Interpreter Header Common  ============
*%
*SuggestedJobTimeout: "0"
*SuggestedWaitTimeout: "300"
*RequiresPageRegion All: True
*DefaultOutputOrder: Normal
*DefaultTransfer: Null
*Transfer Null: "{ }"
*Transfer Null.Inverse: "{ 1 exch sub }"

*%
*% === Begin Emepror Header Functions  ============
*%
*TTRasterizer: Type42
*?TTRasterizer: "
 save
 42 /FontType resourcestatus
 { pop pop (Type42)} {pop pop (None)} ifelse = flush
 restore"
*End

*FileSystem: True
*?FileSystem: "
 save
 statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
 restore"
*End

*Password: "0"

*ExitServer: "
 count 0 eq
 { false } { true exch startjob } ifelse
 not { 
 (WARNING : Cannot perform the exitserver command.) = 
 (Password supplied is not valid.) = 
 (Please contact the author of this software.) = flush quit
 } if"
*End

*Reset: "
 count 0 eq
 { false } { true exch startjob } ifelse
 not {
 (WARNING: Cannot reset printer.) =
 (Missing or invalid password.) =
 (Please contact the author of this software.) = flush quit
 } if
 systemdict /quit get exec
 (WARNING : Printer Reset Failed.) = flush"
*End

*%
*% === Begin Custom Header Function ============
*%
*FreeVM: "12883968"

*%
*% === Begin Installable Options ============
*%
*OpenGroup: InstallableOptions/Options Installed
*OpenUI *PaperSources/Paper Source Unit: PickOne
*OrderDependency: 1 AnySetup *PaperSources
*DefaultPaperSources: None
*PaperSources None/None:  ""
*PaperSources LU205/LU-205:  ""
*PaperSources LU207/LU-207:  ""
*PaperSources LU302/LU-302:  ""
*PaperSources LU303/LU-303:  ""
*PaperSources PC110/PC-110:  ""
*PaperSources PC114/PC-114:  ""
*PaperSources PC115/PC-115:  ""
*PaperSources PC110+LU302/PC-110+LU-302:  ""
*PaperSources PC115+LU207/PC-115+LU-207:  ""
*PaperSources PC115+LU302/PC-115+LU-302:  ""
*PaperSources PC210/PC-210:  ""
*PaperSources PC214/PC-214:  ""
*PaperSources PC215/PC-215:  ""
*PaperSources PC210+LU302/PC-210+LU-302:  ""
*PaperSources PC215+LU207/PC-215+LU-207:  ""
*PaperSources PC215+LU302/PC-215+LU-302:  ""
*PaperSources PC410/PC-410:  ""
*PaperSources PC414/PC-414:  ""
*PaperSources PC415/PC-415:  ""
*PaperSources PC410+LU302/PC-410+LU-302:  ""
*PaperSources PC415+LU207/PC-415+LU-207:  ""
*PaperSources PC415+LU302/PC-415+LU-302:  ""
*PaperSources PFP13T2/PF-P13(Tray2):  ""
*PaperSources PFP13T23/PF-P13(Tray2+3):  ""
*CloseUI: *PaperSources

*OpenUI *Finisher/Finisher: PickOne
*OrderDependency: 1 AnySetup *Finisher
*DefaultFinisher: None
*Finisher None/None:  ""
*Finisher Enable/Finisher (C3851FS):  ""
*Finisher FS533/FS-533:  ""
*Finisher FS534/FS-534:  ""
*Finisher JS506/JS-506:  ""
*Finisher FS536/FS-536:  ""
*Finisher FS537/FS-537:  ""
*Finisher FS537+JS602/FS-537+JS-602:  ""
*CloseUI: *Finisher

*OpenUI *KOPunch/Punch Unit: PickOne
*OrderDependency: 1 AnySetup *KOPunch
*DefaultKOPunch: None
*KOPunch None/None:  ""
*KOPunch PK519/PK-519 (2-Hole):  ""
*KOPunch PK519-3/PK-519 (2/3-Hole):  ""
*KOPunch PK519-4/PK-519 (2/4-Hole):  ""
*KOPunch PK519-SWE4/PK-519 (SWE 4-Hole):  ""
*KOPunch PK520/PK-520 (2-Hole):  ""
*KOPunch PK520-3/PK-520 (2/3-Hole):  ""
*KOPunch PK520-4/PK-520 (2/4-Hole):  ""
*KOPunch PK520-SWE4/PK-520 (SWE 4-Hole):  ""
*KOPunch PK523/PK-523 (2-Hole):  ""
*KOPunch PK523-3/PK-523 (2/3-Hole):  ""
*KOPunch PK523-4/PK-523 (2/4-Hole):  ""
*KOPunch PK523-SWE4/PK-523 (SWE 4-Hole):  ""
*CloseUI: *KOPunch

*OpenUI *ZFoldPunch/Z-Fold Unit: PickOne
*OrderDependency: 1 AnySetup *ZFoldPunch
*DefaultZFoldPunch: None
*ZFoldPunch None/None:  ""
*ZFoldPunch ZU609/ZU-609:  ""
*CloseUI: *ZFoldPunch

*OpenUI *CoverSheetFeeder/Post Inserter: PickOne
*OrderDependency: 1 AnySetup *CoverSheetFeeder
*DefaultCoverSheetFeeder: None
*CoverSheetFeeder None/None:  ""
*CoverSheetFeeder PI507/PI-507:  ""
*CloseUI: *CoverSheetFeeder

*OpenUI *SaddleUnit/Saddle Kit: PickOne
*OrderDependency: 1 AnySetup *SaddleUnit
*DefaultSaddleUnit: None
*SaddleUnit None/None:  ""
*SaddleUnit SD511/SD-511:  ""
*SaddleUnit SD512/SD-512:  ""
*CloseUI: *SaddleUnit

*OpenUI *PrinterHDD/Hard Disk: PickOne
*OrderDependency: 1 AnySetup *PrinterHDD
*DefaultPrinterHDD: HDD
*PrinterHDD None/None:  ""
*PrinterHDD HDD/Installed:  ""
*CloseUI: *PrinterHDD

*OpenUI *Model/Model: PickOne
*OrderDependency: 1 AnySetup *Model
*DefaultModel: C759
*Model C759/C759:  ""
*Model C659/C659:  ""
*Model C658/C658:  ""
*Model C558/C558:  ""
*Model C458/C458:  ""
*Model C368/C368:  ""
*Model C308/C308:  ""
*Model C258/C258:  ""
*Model C287/C287:  ""
*Model C227/C227:  ""
*Model C3851/C3851:  ""
*Model C3851FS/C3851FS:  ""
*Model C3351/C3351:  ""
*CloseUI: *Model

*CloseGroup: InstallableOptions

*%
*% === Begin Print Quality & Effects ============
*%
*OpenUI *Collate/Collate: Boolean
*OrderDependency: 1 AnySetup *Collate
*DefaultCollate: True
*Collate False/Off:  "<< /Collate false >> setpagedevice"
*Collate True/On:  "<< /Collate true >> setpagedevice"
*CloseUI: *Collate

*OpenUI *InputSlot/Paper Tray: PickOne
*OrderDependency: 50 AnySetup *InputSlot
*DefaultInputSlot: AutoSelect
*InputSlot AutoSelect/Auto:  ""
*InputSlot Tray1/Tray1:  "<< /ManualFeed false /MediaPosition 0 /TraySwitch false >> setpagedevice"
*InputSlot Tray2/Tray2:  "<< /ManualFeed false /MediaPosition 1 /TraySwitch false >> setpagedevice"
*InputSlot Tray3/Tray3:  "<< /ManualFeed false /MediaPosition 2 /TraySwitch false >> setpagedevice"
*InputSlot Tray4/Tray4:  "<< /ManualFeed false /MediaPosition 3 /TraySwitch false >> setpagedevice"
*InputSlot LCT/LCT:  "<< /ManualFeed false /MediaPosition 4 /TraySwitch false >> setpagedevice"
*InputSlot ManualFeed/Bypass Tray:  "<< /ManualFeed true /TraySwitch false >> setpagedevice"
*CloseUI: *InputSlot

*OpenUI *MediaType/Paper Type: PickOne
*OrderDependency: 65 AnySetup *MediaType
*DefaultMediaType: Plain
*MediaType Plain/Plain Paper:  "<< /KMMediaType (Plain) /KMMediaColor (None) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Plain(2nd)/Plain Paper(Side2):  "<< /KMMediaType (Plain) /KMMediaColor (None) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted true /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Thick1/Thick 1:  "<< /KMMediaType (Plain) /KMMediaColor (None) /KMMediaWeight (Thick) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Thick1(2nd)/Thick 1(Side2):  "<< /KMMediaType (Plain) /KMMediaColor (None) /KMMediaWeight (Thick) /MediaTabType (None) /MediaPreprinted true /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Thick1Plus/Thick 1+:  "<< /KMMediaType (Plain) /KMMediaColor (None) /KMMediaWeight (Thickplus) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Thick1Plus(2nd)/Thick 1+(Side2):  "<< /KMMediaType (Plain) /KMMediaColor (None) /KMMediaWeight (Thickplus) /MediaTabType (None) /MediaPreprinted true /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Thick2/Thick 2:  "<< /KMMediaType (Plain) /KMMediaColor (None) /KMMediaWeight (Thick2) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Thick2(2nd)/Thick 2(Side2):  "<< /KMMediaType (Plain) /KMMediaColor (None) /KMMediaWeight (Thick2) /MediaTabType (None) /MediaPreprinted true /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Thick3/Thick 3:  "<< /KMMediaType (Plain) /KMMediaColor (None) /KMMediaWeight (Thick3) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Thick3(2nd)/Thick 3(Side2):  "<< /KMMediaType (Plain) /KMMediaColor (None) /KMMediaWeight (Thick3) /MediaTabType (None) /MediaPreprinted true /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Thick4/Thick 4:  "<< /KMMediaType (Plain) /KMMediaColor (None) /KMMediaWeight (Thick4) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Thick4(2nd)/Thick 4(Side2):  "<< /KMMediaType (Plain) /KMMediaColor (None) /KMMediaWeight (Thick4) /MediaTabType (None) /MediaPreprinted true /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Thin/Thin Paper:  "<< /KMMediaType (Plain) /KMMediaColor (None) /KMMediaWeight (Thin) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Thin(2nd)/Thin Paper(Side2):  "<< /KMMediaType (Plain) /KMMediaColor (None) /KMMediaWeight (Thin) /MediaTabType (None) /MediaPreprinted true /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Envelope/Envelope:  "<< /KMMediaType (Envelope) /KMMediaColor (None) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Transparency/Transparency:  "<< /KMMediaType (Transparency) /KMMediaColor (None) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Color/Colored Paper:  "<< /KMMediaType (Plain) /KMMediaColor (Other) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType SingleSidedOnly/Single Side Only:  "<< /KMMediaType (SingleSidedOnly) /KMMediaColor (None) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType TAB/TAB:  "<< /KMMediaType (Tab) /KMMediaColor (None) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Letterhead/Letterhead:  "<< /KMMediaType (Letterhead) /KMMediaColor (None) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Special/Special Paper:  "<< /KMMediaType (Special) /KMMediaColor (None) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Recycled/Recycled:  "<< /KMMediaType (UserCustomType20) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Recycled(2nd)/Recycled(Side2):  "<< /KMMediaType (UserCustomType20) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Labels/Label:  "<< /KMMediaType (Labels) /KMMediaColor (None) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Postcard/Postcard:  "<< /KMMediaType (Postcard) /KMMediaColor (None) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Glossy/Glossy 1:  "<< /KMMediaType (Gloss) /KMMediaColor (None) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType GlossyPlus/Glossy 1+:  "<< /KMMediaType (GlossPlus) /KMMediaColor (None) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType Glossy2/Glossy 2:  "<< /KMMediaType (Gloss2) /KMMediaColor (None) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType User1/User1(Plain Paper):  "<< /KMMediaType (CustomType) /KMMediaColor (None) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType User1(2nd)/User1(Plain. Side2):  "<< /KMMediaType (CustomType) /KMMediaColor (None) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted true /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType User2/User2(Plain Paper):  "<< /KMMediaType (CustomType2) /KMMediaColor (None) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType User2(2nd)/User2(Plain. Side2):  "<< /KMMediaType (CustomType2) /KMMediaColor (None) /KMMediaWeight (Normal) /MediaTabType (None) /MediaPreprinted true /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType User3/User3(Thick 1):  "<< /KMMediaType (CustomType3) /KMMediaColor (None) /KMMediaWeight (Thick) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType User3(2nd)/User3(Thick 1 Side2):  "<< /KMMediaType (CustomType3) /KMMediaColor (None) /KMMediaWeight (Thick) /MediaTabType (None) /MediaPreprinted true /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType User4/User4(Thick 1+):  "<< /KMMediaType (CustomType4) /KMMediaColor (None) /KMMediaWeight (Thickplus) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType User4(2nd)/User4(Thick 1+ Side2):  "<< /KMMediaType (CustomType4) /KMMediaColor (None) /KMMediaWeight (Thickplus) /MediaTabType (None) /MediaPreprinted true /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType User5/User5(Thick 2):  "<< /KMMediaType (CustomType5) /KMMediaColor (None) /KMMediaWeight (Thick2) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType User5(2nd)/User5(Thick 2 Side2):  "<< /KMMediaType (CustomType5) /KMMediaColor (None) /KMMediaWeight (Thick2) /MediaTabType (None) /MediaPreprinted true /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType User6/User6(Thick 3):  "<< /KMMediaType (CustomType6) /KMMediaColor (None) /KMMediaWeight (Thick3) /MediaTabType (None) /MediaPreprinted false /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType User6(2nd)/User6(Thick 3 Side2):  "<< /KMMediaType (CustomType6) /KMMediaColor (None) /KMMediaWeight (Thick3) /MediaTabType (None) /MediaPreprinted true /MediaPrepunched false >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType PrinterDefault/Not Specified:  "<< /KMMediaType (NoSet) /KMMediaColor (NoSet) /KMMediaWeight (NoSet) >> 
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType1/<3C>Custom 1<3E>:  "<< /KMMediaType (UserCustomType1) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType1(2nd)/<3C>Custom 1<3E>(Side2):  "<< /KMMediaType (UserCustomType1) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType2/<3C>Custom 2<3E>:  "<< /KMMediaType (UserCustomType2) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType2(2nd)/<3C>Custom 2<3E>(Side2):  "<< /KMMediaType (UserCustomType2) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType3/<3C>Custom 3<3E>:  "<< /KMMediaType (UserCustomType3) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType3(2nd)/<3C>Custom 3<3E>(Side2):  "<< /KMMediaType (UserCustomType3) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType4/<3C>Custom 4<3E>:  "<< /KMMediaType (UserCustomType4) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType4(2nd)/<3C>Custom 4<3E>(Side2):  "<< /KMMediaType (UserCustomType4) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType5/<3C>Custom 5<3E>:  "<< /KMMediaType (UserCustomType5) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType5(2nd)/<3C>Custom 5<3E>(Side2):  "<< /KMMediaType (UserCustomType5) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType6/<3C>Custom 6<3E>:  "<< /KMMediaType (UserCustomType6) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType6(2nd)/<3C>Custom 6<3E>(Side2):  "<< /KMMediaType (UserCustomType6) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType7/<3C>Custom 7<3E>:  "<< /KMMediaType (UserCustomType7) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType7(2nd)/<3C>Custom 7<3E>(Side2):  "<< /KMMediaType (UserCustomType7) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType8/<3C>Custom 8<3E>:  "<< /KMMediaType (UserCustomType8) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType8(2nd)/<3C>Custom 8<3E>(Side2):  "<< /KMMediaType (UserCustomType8) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType9/<3C>Custom 9<3E>:  "<< /KMMediaType (UserCustomType9) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType9(2nd)/<3C>Custom 9<3E>(Side2):  "<< /KMMediaType (UserCustomType9) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType10/<3C>Custom 10<3E>:  "<< /KMMediaType (UserCustomType10) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType10(2nd)/<3C>Custom 10<3E>(Side2):  "<< /KMMediaType (UserCustomType10) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType11/<3C>Custom 11<3E>:  "<< /KMMediaType (UserCustomType11) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType11(2nd)/<3C>Custom 11<3E>(Side2):  "<< /KMMediaType (UserCustomType11) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType12/<3C>Custom 12<3E>:  "<< /KMMediaType (UserCustomType12) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType12(2nd)/<3C>Custom 12<3E>(Side2):  "<< /KMMediaType (UserCustomType12) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType13/<3C>Custom 13<3E>:  "<< /KMMediaType (UserCustomType13) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType13(2nd)/<3C>Custom 13<3E>(Side2):  "<< /KMMediaType (UserCustomType13) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType14/<3C>Custom 14<3E>:  "<< /KMMediaType (UserCustomType14) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType14(2nd)/<3C>Custom 14<3E>(Side2):  "<< /KMMediaType (UserCustomType14) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType15/<3C>Custom 15<3E>:  "<< /KMMediaType (UserCustomType15) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType15(2nd)/<3C>Custom 15<3E>(Side2):  "<< /KMMediaType (UserCustomType15) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType16/<3C>Custom 16<3E>:  "<< /KMMediaType (UserCustomType16) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType16(2nd)/<3C>Custom 16<3E>(Side2):  "<< /KMMediaType (UserCustomType16) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType17/<3C>Custom 17<3E>:  "<< /KMMediaType (UserCustomType17) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType17(2nd)/<3C>Custom 17<3E>(Side2):  "<< /KMMediaType (UserCustomType17) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType18/<3C>Custom 18<3E>:  "<< /KMMediaType (UserCustomType18) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType18(2nd)/<3C>Custom 18<3E>(Side2):  "<< /KMMediaType (UserCustomType18) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType19/<3C>Custom 19<3E>:  "<< /KMMediaType (UserCustomType19) >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*MediaType UserCustomType19(2nd)/<3C>Custom 19<3E>(Side2):  "<< /KMMediaType (UserCustomType19) /MediaPreprinted true >>
 /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*CloseUI: *MediaType

*OpenUI *PageSize/Paper Size: PickOne
*OrderDependency: 60 AnySetup *PageSize
*DefaultPageSize: Letter
*PageSize A3/A3:  "<< /PageSize [842 1191] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize A4/A4:  "<< /PageSize [595 842] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize A5/A5:  "<< /PageSize [420 595] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize A6/A6:  "<< /PageSize [297 420] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize B4/B4:  "<< /PageSize [729 1032] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize B5/B5:  "<< /PageSize [516 729] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize B6/B6:  "<< /PageSize [363 516] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize SRA3/SRA3:  "<< /PageSize [907 1276] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize 220mmx330mm/220mmx330mm:  "<< /PageSize [624 935] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize 12x18/12x18:  "<< /PageSize [864 1296] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize Tabloid/11x17:  "<< /PageSize [792 1224] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize Legal/8 1/2x14:  "<< /PageSize [612 1008] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize Letter/8 1/2x11:  "<< /PageSize [612 792] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize LetterPlus/8 1/2x12 11/16:  "<< /PageSize [612 914] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize Statement/5 1/2x8 1/2:  "<< /PageSize [396 612] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize 8x13/8x13:  "<< /PageSize [576 936] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize 8.5x13/8 1/2x13:  "<< /PageSize [612 936] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize 8.5x13.5/8 1/2x13 1/2:  "<< /PageSize [612 972] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize 8.25x13/8 1/4x13:  "<< /PageSize [594 936] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize 8.125x13.25/8 1/8x13 1/4:  "<< /PageSize [585 954] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize 8x10/8x10:  "<< /PageSize [576 720] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize 8x10.5/8x10 1/2:  "<< /PageSize [576 756] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize Executive/7 1/4x10 1/2:  "<< /PageSize [522 756] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize 8K/8K:  "<< /PageSize [765 1105] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize 16K/16K:  "<< /PageSize [553 765] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize EnvISOB5/Envelope B5:  "<< /PageSize [499 709] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize EnvC4/Envelope C4:  "<< /PageSize [649 918] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize EnvC5/Envelope C5:  "<< /PageSize [459 649] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize EnvC6/Envelope C6:  "<< /PageSize [323 459] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize EnvChou3/Envelope Nagagata3:  "<< /PageSize [340 666] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize EnvChou4/Envelope Nagagata4:  "<< /PageSize [255 581] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize EnvYou3/Envelope Yougata3:  "<< /PageSize [278 420] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize EnvYou4/Envelope Yougata4:  "<< /PageSize [298 666] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize EnvKaku1/Envelope Kakugata1:  "<< /PageSize [765 1083] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize EnvKaku2/Envelope Kakugata2:  "<< /PageSize [680 941] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize EnvKaku3/Envelope Kakugata3:  "<< /PageSize [612 785] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize EnvDL/Envelope DL:  "<< /PageSize [312 624] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize EnvMonarch/Envelope Monarch:  "<< /PageSize [279 540] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize Env10/Envelope Com10:  "<< /PageSize [297 684] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize JapanesePostCard/Postcard:  "<< /PageSize [284 419] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize 4x6_PostCard/4x6 Postcard:  "<< /PageSize [288 432] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize DoublePostcardRotated/Double Postcard:  "<< /PageSize [420 567] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize A3Extra/A3W:  "<< /PageSize [856 1205] /ImagingBBox null >> setpagedevice
 << /WideMode true /FullBleed true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize A4Extra/A4W:  "<< /PageSize [610 856] /ImagingBBox null >> setpagedevice
 << /WideMode true /FullBleed true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize A5Extra/A5W:  "<< /PageSize [434 610] /ImagingBBox null >> setpagedevice
 << /WideMode true /FullBleed true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize B4Extra/B4W:  "<< /PageSize [743 1046] /ImagingBBox null >> setpagedevice
 << /WideMode true /FullBleed true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize B5Extra/B5W:  "<< /PageSize [530 743] /ImagingBBox null >> setpagedevice
 << /WideMode true /FullBleed true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize TabloidExtra/11x17W:  "<< /PageSize [806 1238] /ImagingBBox null >> setpagedevice
 << /WideMode true /FullBleed true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize LetterExtra/8 1/2x11W:  "<< /PageSize [626 806] /ImagingBBox null >> setpagedevice
 << /WideMode true /FullBleed true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize StatementExtra/5 1/2x8 1/2W:  "<< /PageSize [410 626] /ImagingBBox null >> setpagedevice
 << /WideMode true /FullBleed true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize LetterTab-F/8 1/2x11 Tab:  "<< /PageSize [656 792] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageSize A4Tab-F/A4 Tab:  "<< /PageSize [639 842] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*CloseUI: *PageSize


*%
*% === Begin Functions Section ============
*%
*OpenGroup: Finishing/Finishing Options
*OpenUI *Offset/Offset: Boolean
*OrderDependency: 10 AnySetup *Offset
*DefaultOffset: False
*Offset False/Off:  "<< /Jog 0 >> setpagedevice
 << /HWResolution [600 600] >> setpagedevice"
*End
*Offset True/On:  "<< /Jog 3 >> setpagedevice
 << /HWResolution [600 600] >> setpagedevice"
*End
*CloseUI: *Offset

*OpenUI *OutputBin/Output Tray: PickOne
*OrderDependency: 40 AnySetup *OutputBin
*DefaultOutputBin: Default
*OutputBin Default/Default:  "<< /OutputType (Default) >> setpagedevice"
*OutputBin Tray1/Tray1:  "<< /OutputType (Bin2) >> setpagedevice"
*OutputBin Tray2/Tray2:  "<< /OutputType (Bin1) >> setpagedevice"
*OutputBin Tray3/Tray3:  "<< /OutputType (Bin3) >> setpagedevice"
*OutputBin Tray4/Tray4:  "<< /OutputType (Bin4) >> setpagedevice"
*CloseUI: *OutputBin

*OpenUI *Binding/Binding Position: PickOne
*OrderDependency: 15 AnySetup *Binding
*DefaultBinding: LeftBinding
*Binding LeftBinding/Left Bind:  "<< /Binding 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*Binding TopBinding/Top Bind:  "<< /Binding 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*Binding RightBinding/Right Bind:  "<< /Binding 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *Binding

*OpenUI *KMDuplex/Print Type: PickOne
*OrderDependency: 15 AnySetup *KMDuplex
*DefaultKMDuplex: 2Sided
*KMDuplex 1Sided/1-Sided:  "<< /Duplex false >> setpagedevice"
*KMDuplex 2Sided/2-Sided:  "<< /Duplex true >> setpagedevice"
*CloseUI: *KMDuplex

*OpenUI *Combination/Combination: PickOne
*OrderDependency: 30 AnySetup *Combination
*DefaultCombination: None
*Combination None/Off:  "<< /Layout 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*Combination Booklet/Booklet:  "<< /Collate true >> setpagedevice
 << /Layout 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*CloseUI: *Combination

*OpenUI *Staple/Staple: PickOne
*OrderDependency: 2 AnySetup *Staple
*DefaultStaple: None
*Staple None/Off:  "<< /Finish 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*Staple 1StapleAuto(Left)/Left Corner(Auto):  "<< /Finish 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*Staple 1StapleZeroLeft/Left Corner(0 degrees):  "<< /Finish 5 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*Staple 1Staple(Right)/Right Corner:  "<< /Finish 3 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*Staple 2Staples/2 Position:  "<< /Finish 4 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *Staple

*OpenUI *Punch/Punch: PickOne
*OrderDependency: 1 AnySetup *Punch
*DefaultPunch: None
*Punch None/Off:  "<< /PunchMode false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*Punch 2holes/2-Hole:  "<< /PunchMode true /PunchNum 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*Punch 3holes/3-Hole:  "<< /PunchMode true /PunchNum 3 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*Punch 4holes/4-Hole:  "<< /PunchMode true /PunchNum 4 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *Punch

*OpenUI *Fold/Fold: PickOne
*OrderDependency: 3 AnySetup *Fold
*DefaultFold: None
*Fold None/Off:  "<< /FoldType (Off) >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*Fold Stitch/Center Staple and Fold:  "<< /Collate true >> setpagedevice
 << /FoldType (CenterFoldIn) /StitchType true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*Fold HalfFold/Half-Fold:  "<< /Collate true >> setpagedevice
 << /FoldType (CenterFoldIn) /StitchType false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*Fold TriFold/Tri-Fold:  "<< /Collate true >> setpagedevice
 << /FoldType (LetterFoldIn) /StitchType false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*Fold ZFold1/Z-Fold(A3,B4,11x17,8K):  "<< /FoldType (ZFold) /FeedDirection 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*Fold ZFold2/Z-Fold(8 1/2x14):  "<< /FoldType (ZFold) /FeedDirection 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *Fold

*OpenUI *FrontCoverPage/Front Cover: PickOne
*OrderDependency: 30 AnySetup *FrontCoverPage
*DefaultFrontCoverPage: None
*FrontCoverPage None/Off:  "<< /FrontCover 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*FrontCoverPage Printed/Print:  "<< /Collate true >> setpagedevice
 << /FrontCover 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*FrontCoverPage Blank/Blank:  "<< /Collate true >> setpagedevice
 << /FrontCover 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*CloseUI: *FrontCoverPage

*OpenUI *FrontCoverTray/Front Cover Tray: PickOne
*OrderDependency: 31 AnySetup *FrontCoverTray
*DefaultFrontCoverTray: None
*FrontCoverTray None/Off:  ""
*FrontCoverTray Tray1/Tray1:  "<< /FrontCoverTray 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*FrontCoverTray Tray2/Tray2:  "<< /FrontCoverTray 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*FrontCoverTray Tray3/Tray3:  "<< /FrontCoverTray 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*FrontCoverTray Tray4/Tray4:  "<< /FrontCoverTray 3 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*FrontCoverTray LCT/LCT:  "<< /FrontCoverTray 4 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*FrontCoverTray BypassTray/Bypass Tray:  "<< /FrontCoverTray 40 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *FrontCoverTray

*OpenUI *BackCoverPage/Back Cover: PickOne
*OrderDependency: 32 AnySetup *BackCoverPage
*DefaultBackCoverPage: None
*BackCoverPage None/Off:  "<< /BackCover 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*BackCoverPage Printed/Print:  "<< /Collate true >> setpagedevice
 << /BackCover 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*BackCoverPage Blank/Blank:  "<< /Collate true >> setpagedevice
 << /BackCover 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*CloseUI: *BackCoverPage

*OpenUI *BackCoverTray/Back Cover Tray: PickOne
*OrderDependency: 33 AnySetup *BackCoverTray
*DefaultBackCoverTray: None
*BackCoverTray None/Off:  ""
*BackCoverTray Tray1/Tray1:  "<< /BackCoverTray 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*BackCoverTray Tray2/Tray2:  "<< /BackCoverTray 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*BackCoverTray Tray3/Tray3:  "<< /BackCoverTray 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*BackCoverTray Tray4/Tray4:  "<< /BackCoverTray 3 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*BackCoverTray LCT/LCT:  "<< /BackCoverTray 4 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*BackCoverTray BypassTray/Bypass Tray:  "<< /BackCoverTray 40 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *BackCoverTray

*OpenUI *PIFrontCover/Front Cover from Post Inserter: PickOne
*OrderDependency: 34 AnySetup *PIFrontCover
*DefaultPIFrontCover: None
*PIFrontCover None/Off:  ""
*PIFrontCover PITray1/PI Tray 1:  "<< /Collate true >> setpagedevice
<< /PIFrontTray 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*PIFrontCover PITray2/PI Tray 2:  "<< /Collate true >> setpagedevice
<< /PIFrontTray 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *PIFrontCover

*OpenUI *PIBackCover/Back Cover from Post Inserter: PickOne
*OrderDependency: 34 AnySetup *PIBackCover
*DefaultPIBackCover: None
*PIBackCover None/Off:  ""
*PIBackCover PITray1/PI Tray 1:  "<< /Collate true >> setpagedevice
<< /PIBackTray 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*PIBackCover PITray2/PI Tray 2:  "<< /Collate true >> setpagedevice
<< /PIBackTray 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *PIBackCover

*OpenUI *TransparencyInterleave/Transparency Interleave: PickOne
*OrderDependency: 66 AnySetup *TransparencyInterleave
*DefaultTransparencyInterleave: None
*TransparencyInterleave None/Off:  "<< /OHPInterleave 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*TransparencyInterleave Blank/Blank:  "<< /Collate true >> setpagedevice
 << /OHPInterleave 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*CloseUI: *TransparencyInterleave

*OpenUI *OHPOpTray/Interleave Tray: PickOne
*OrderDependency: 66 AnySetup *OHPOpTray
*DefaultOHPOpTray: None
*OHPOpTray None/Off:  ""
*OHPOpTray Tray1/Tray1:  "<< /OHPOpTray 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*OHPOpTray Tray2/Tray2:  "<< /OHPOpTray 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*OHPOpTray Tray3/Tray3:  "<< /OHPOpTray 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*OHPOpTray Tray4/Tray4:  "<< /OHPOpTray 3 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*OHPOpTray LCT/LCT:  "<< /OHPOpTray 4 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *OHPOpTray

*OpenUI *WaitMode/Output Method: PickOne
*OrderDependency: 22 AnySetup *WaitMode
*DefaultWaitMode: None
*WaitMode None/Print:  "<< /WaitMode 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*WaitMode ProofMode/Proof Print:  "<< /Collate true >> setpagedevice
 << /WaitMode 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*CloseUI: *WaitMode

*OpenUI *SelectColor/Select Color: PickOne
*OrderDependency: 10 AnySetup *SelectColor
*DefaultSelectColor: Auto
*SelectColor Auto/Auto Color:  "<< /HWResolution [600 600] >> setpagedevice
 <</ProcessColorModel /DeviceCMYK>> setpagedevice
 << /KMColorSelect 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec
 << /DriverColorSelect 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*SelectColor Color/Full Color:  "<< /HWResolution [600 600] >> setpagedevice
 <</ProcessColorModel /DeviceCMYK>> setpagedevice
 << /KMColorSelect 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec
 << /DriverColorSelect 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*SelectColor Grayscale/Gray Scale:  "<< /HWResolution [600 600] >> setpagedevice
 <</ProcessColorModel /DeviceGray>> setpagedevice
 << /KMColorSelect 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec
 << /DriverColorSelect 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*CloseUI: *SelectColor

*OpenUI *GlossyMode/Glossy Mode: Boolean
*OrderDependency: 10 AnySetup *GlossyMode
*DefaultGlossyMode: False
*GlossyMode False/Off:  "<< /GlossyMode false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*GlossyMode True/On:  "<< /GlossyMode true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *GlossyMode

*OpenUI *OriginalImageType/Color Settings: PickOne
*OrderDependency: 10 AnySetup *OriginalImageType
*DefaultOriginalImageType: Document
*OriginalImageType Document/Document:  "<< /Exposure 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*OriginalImageType Photo/Photo:  "<< /Exposure 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*OriginalImageType DTP/DTP:  "<< /Exposure 3 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*OriginalImageType Web/Web:  "<< /Exposure 4 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*OriginalImageType CAD/CAD:  "<< /Exposure 5 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *OriginalImageType

*OpenUI *AutoTrapping/Auto Trapping: Boolean
*OrderDependency: 10 AnySetup *AutoTrapping
*DefaultAutoTrapping: False
*AutoTrapping False/Off:  "<< /AutoTrapMode false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*AutoTrapping True/On:  "<< /AutoTrapMode true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *AutoTrapping

*OpenUI *BlackOverPrint/Black Over Print: PickOne
*OrderDependency: 10 AnySetup *BlackOverPrint
*DefaultBlackOverPrint: Off
*BlackOverPrint Off/Off:  "<< /BopMode 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*BlackOverPrint Text/Text:  "<< /BopMode 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*BlackOverPrint TextGraphic/Text/Figure:  "<< /BopMode 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *BlackOverPrint

*OpenUI *TextColorMatching/Color Matching (Text): PickOne
*OrderDependency: 10 AnySetup *TextColorMatching
*DefaultTextColorMatching: Auto
*TextColorMatching Auto/Auto:  "<< /QualityAdjustMode 1 /ColorMatching1 10 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*TextColorMatching Vivid/Vivid:  "<< /QualityAdjustMode 1 /ColorMatching1 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*TextColorMatching Photo/Photo:  "<< /QualityAdjustMode 1 /ColorMatching1 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*TextColorMatching Colorimetric/Colorimetric:  "<< /QualityAdjustMode 1 /ColorMatching1 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *TextColorMatching

*OpenUI *TextPureBlack/Pure Black (Text): PickOne
*OrderDependency: 10 AnySetup *TextPureBlack
*DefaultTextPureBlack: Auto
*TextPureBlack Auto/Auto:  "<< /Neugray1 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*TextPureBlack Off/Off:  "<< /Neugray1 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*TextPureBlack On/On:  "<< /Neugray1 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *TextPureBlack

*OpenUI *TextScreen/Screen (Text): PickOne
*OrderDependency: 10 AnySetup *TextScreen
*DefaultTextScreen: Auto
*TextScreen Auto/Auto:  "<< /Screen1 10 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*TextScreen Gradation/Gradation:  "<< /Screen1 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*TextScreen Resolution/Resolution:  "<< /Screen1 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*TextScreen HighResolution/High Resolution:  "<< /Screen1 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *TextScreen

*OpenUI *PhotoColorMatching/Color Matching (Photo): PickOne
*OrderDependency: 10 AnySetup *PhotoColorMatching
*DefaultPhotoColorMatching: Auto
*PhotoColorMatching Auto/Auto:  "<< /ColorMatching2 10 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*PhotoColorMatching Vivid/Vivid:  "<< /ColorMatching2 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*PhotoColorMatching Photo/Photo:  "<< /ColorMatching2 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*PhotoColorMatching Colorimetric/Colorimetric:  "<< /ColorMatching2 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *PhotoColorMatching

*OpenUI *PhotoPureBlack/Pure Black (Photo): PickOne
*OrderDependency: 10 AnySetup *PhotoPureBlack
*DefaultPhotoPureBlack: Auto
*PhotoPureBlack Auto/Auto:  "<< /Neugray2 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*PhotoPureBlack Off/Off:  "<< /Neugray2 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*PhotoPureBlack On/On:  "<< /Neugray2 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *PhotoPureBlack

*OpenUI *PhotoScreen/Screen (Photo): PickOne
*OrderDependency: 10 AnySetup *PhotoScreen
*DefaultPhotoScreen: Auto
*PhotoScreen Auto/Auto:  "<< /Screen2 10 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*PhotoScreen Gradation/Gradation:  "<< /Screen2 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*PhotoScreen Resolution/Resolution:  "<< /Screen2 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*PhotoScreen HighResolution/High Resolution:  "<< /Screen2 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *PhotoScreen

*OpenUI *PhotoSmoothing/Smoothing (Photo): PickOne
*OrderDependency: 10 AnySetup *PhotoSmoothing
*DefaultPhotoSmoothing: Auto
*PhotoSmoothing Auto/Auto:  "<< /Smoothing2 10 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*PhotoSmoothing None/Off:  "<< /Smoothing2 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*PhotoSmoothing Dark/Dark:  "<< /Smoothing2 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*PhotoSmoothing Medium/Medium:  "<< /Smoothing2 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*PhotoSmoothing Light/Light:  "<< /Smoothing2 3 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *PhotoSmoothing

*OpenUI *GraphicColorMatching/Color Matching (Graphic): PickOne
*OrderDependency: 10 AnySetup *GraphicColorMatching
*DefaultGraphicColorMatching: Auto
*GraphicColorMatching Auto/Auto:  "<< /ColorMatching3 10 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*GraphicColorMatching Vivid/Vivid:  "<< /ColorMatching3 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*GraphicColorMatching Photo/Photo:  "<< /ColorMatching3 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*GraphicColorMatching Colorimetric/Colorimetric:  "<< /ColorMatching3 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *GraphicColorMatching

*OpenUI *GraphicPureBlack/Pure Black (Graphic): PickOne
*OrderDependency: 10 AnySetup *GraphicPureBlack
*DefaultGraphicPureBlack: Auto
*GraphicPureBlack Auto/Auto:  "<< /Neugray3 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*GraphicPureBlack Off/Off:  "<< /Neugray3 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*GraphicPureBlack On/On:  "<< /Neugray3 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *GraphicPureBlack

*OpenUI *GraphicScreen/Screen (Graphic): PickOne
*OrderDependency: 10 AnySetup *GraphicScreen
*DefaultGraphicScreen: Auto
*GraphicScreen Auto/Auto:  "<< /Screen3 10 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*GraphicScreen Gradation/Gradation:  "<< /Screen3 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*GraphicScreen Resolution/Resolution:  "<< /Screen3 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*GraphicScreen HighResolution/High Resolution:  "<< /Screen3 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *GraphicScreen

*OpenUI *GraphicSmoothing/Smoothing (Graphic): PickOne
*OrderDependency: 10 AnySetup *GraphicSmoothing
*DefaultGraphicSmoothing: Auto
*GraphicSmoothing Auto/Auto:  "<< /Smoothing3 10 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*GraphicSmoothing None/Off:  "<< /Smoothing3 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*GraphicSmoothing Dark/Dark:  "<< /Smoothing3 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*GraphicSmoothing Medium/Medium:  "<< /Smoothing3 2 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*GraphicSmoothing Light/Light:  "<< /Smoothing3 3 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *GraphicSmoothing

*OpenUI *TonerSave/Toner Save: Boolean
*OrderDependency: 10 AnySetup *TonerSave
*DefaultTonerSave: False
*TonerSave False/Off:  "<< /TonerSave 0 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*TonerSave True/On:  "<< /TonerSave 1 >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *TonerSave

*OpenUI *String4Pt/Edge Enhancement: Boolean
*OrderDependency: 10 AnySetup *String4Pt
*DefaultString4Pt: False
*String4Pt False/Off:  "<< /Point4Character false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*String4Pt True/On:  "<< /Point4Character true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*CloseUI: *String4Pt

*CloseGroup: Finishing

*%
*% === Begin Page Section ============
*%
*OpenUI *PageRegion: PickOne
*OrderDependency: 60 AnySetup *PageRegion
*DefaultPageRegion: Letter
*PageRegion A3/A3:  "<< /PageSize [842 1191] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion A4/A4:  "<< /PageSize [595 842] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion A5/A5:  "<< /PageSize [420 595] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion A6/A6:  "<< /PageSize [297 420] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion B4/B4:  "<< /PageSize [729 1032] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion B5/B5:  "<< /PageSize [516 729] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion B6/B6:  "<< /PageSize [363 516] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion SRA3/SRA3:  "<< /PageSize [907 1276] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion 220mmx330mm/220mmx330mm:  "<< /PageSize [624 935] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion 12x18/12x18:  "<< /PageSize [864 1296] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion Tabloid/11x17:  "<< /PageSize [792 1224] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion Legal/8 1/2x14:  "<< /PageSize [612 1008] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion Letter/8 1/2x11:  "<< /PageSize [612 792] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion LetterPlus/8 1/2x12 11/16:  "<< /PageSize [612 914] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion Statement/5 1/2x8 1/2:  "<< /PageSize [396 612] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion 8x13/8x13:  "<< /PageSize [576 936] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion 8.5x13/8 1/2x13:  "<< /PageSize [612 936] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion 8.5x13.5/8 1/2x13 1/2:  "<< /PageSize [612 972] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion 8.25x13/8 1/4x13:  "<< /PageSize [594 936] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion 8.125x13.25/8 1/8x13 1/4:  "<< /PageSize [585 954] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion 8x10/8x10:  "<< /PageSize [576 720] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion 8x10.5/8x10 1/2:  "<< /PageSize [576 756] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion Executive/7 1/4x10 1/2:  "<< /PageSize [522 756] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion 8K/8K:  "<< /PageSize [765 1105] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion 16K/16K:  "<< /PageSize [553 765] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion EnvISOB5/Envelope B5:  "<< /PageSize [499 709] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion EnvC4/Envelope C4:  "<< /PageSize [649 918] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion EnvC5/Envelope C5:  "<< /PageSize [459 649] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion EnvC6/Envelope C6:  "<< /PageSize [323 459] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion EnvChou3/Envelope Nagagata3:  "<< /PageSize [340 666] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion EnvChou4/Envelope Nagagata4:  "<< /PageSize [255 581] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion EnvYou3/Envelope Yougata3:  "<< /PageSize [278 420] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion EnvYou4/Envelope Yougata4:  "<< /PageSize [298 666] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion EnvKaku1/Envelope Kakugata1:  "<< /PageSize [765 1083] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion EnvKaku2/Envelope Kakugata2:  "<< /PageSize [680 941] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion EnvKaku3/Envelope Kakugata3:  "<< /PageSize [612 785] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion EnvDL/Envelope DL:  "<< /PageSize [312 624] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion EnvMonarch/Envelope Monarch:  "<< /PageSize [279 540] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion Env10/Envelope Com10:  "<< /PageSize [297 684] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion JapanesePostCard/Postcard:  "<< /PageSize [284 419] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion 4x6_PostCard/4x6 Postcard:  "<< /PageSize [288 432] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion DoublePostcardRotated/Double Postcard:  "<< /PageSize [420 567] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion A3Extra/A3W:  "<< /PageSize [856 1205] /ImagingBBox null >> setpagedevice
 << /WideMode true /FullBleed true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion A4Extra/A4W:  "<< /PageSize [610 856] /ImagingBBox null >> setpagedevice
 << /WideMode true /FullBleed true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion A5Extra/A5W:  "<< /PageSize [434 610] /ImagingBBox null >> setpagedevice
 << /WideMode true /FullBleed true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion B4Extra/B4W:  "<< /PageSize [743 1046] /ImagingBBox null >> setpagedevice
 << /WideMode true /FullBleed true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion B5Extra/B5W:  "<< /PageSize [530 743] /ImagingBBox null >> setpagedevice
 << /WideMode true /FullBleed true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion TabloidExtra/11x17W:  "<< /PageSize [806 1238] /ImagingBBox null >> setpagedevice
 << /WideMode true /FullBleed true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion LetterExtra/8 1/2x11W:  "<< /PageSize [626 806] /ImagingBBox null >> setpagedevice
 << /WideMode true /FullBleed true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion StatementExtra/5 1/2x8 1/2W:  "<< /PageSize [410 626] /ImagingBBox null >> setpagedevice
 << /WideMode true /FullBleed true >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion LetterTab-F/8 1/2x11 Tab:  "<< /PageSize [656 792] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*PageRegion A4Tab-F/A4 Tab:  "<< /PageSize [639 842] /ImagingBBox null >> setpagedevice
 << /WideMode false /FullBleed false >> /KMOptions /ProcSet findresource /setKMoptions get exec"
*End
*CloseUI: *PageRegion

*DefaultPaperDimension: Letter
*PaperDimension A3/A3:  "842 1191"
*PaperDimension A4/A4:  "595 842"
*PaperDimension A5/A5:  "420 595"
*PaperDimension A6/A6:  "297 420"
*PaperDimension B4/B4:  "729 1032"
*PaperDimension B5/B5:  "516 729"
*PaperDimension B6/B6:  "363 516"
*PaperDimension SRA3/SRA3:  "907 1276"
*PaperDimension 220mmx330mm/220mmx330mm:  "624 935"
*PaperDimension 12x18/12x18:  "864 1296"
*PaperDimension Tabloid/11x17:  "792 1224"
*PaperDimension Legal/8 1/2x14:  "612 1008"
*PaperDimension Letter/8 1/2x11:  "612 792"
*PaperDimension LetterPlus/8 1/2x12 11/16:  "612 914"
*PaperDimension Statement/5 1/2x8 1/2:  "396 612"
*PaperDimension 8x13/8x13:  "576 936"
*PaperDimension 8.5x13/8 1/2x13:  "612 936"
*PaperDimension 8.5x13.5/8 1/2x13 1/2:  "612 972"
*PaperDimension 8.25x13/8 1/4x13:  "594 936"
*PaperDimension 8.125x13.25/8 1/8x13 1/4:  "585 954"
*PaperDimension 8x10/8x10:  "576 720"
*PaperDimension 8x10.5/8x10 1/2:  "576 756"
*PaperDimension Executive/7 1/4x10 1/2:  "522 756"
*PaperDimension 8K/8K:  "765 1105"
*PaperDimension 16K/16K:  "553 765"
*PaperDimension EnvISOB5/Envelope B5:  "499 709"
*PaperDimension EnvC4/Envelope C4:  "649 918"
*PaperDimension EnvC5/Envelope C5:  "459 649"
*PaperDimension EnvC6/Envelope C6:  "323 459"
*PaperDimension EnvChou3/Envelope Nagagata3:  "340 666"
*PaperDimension EnvChou4/Envelope Nagagata4:  "255 581"
*PaperDimension EnvYou3/Envelope Yougata3:  "278 420"
*PaperDimension EnvYou4/Envelope Yougata4:  "298 666"
*PaperDimension EnvKaku1/Envelope Kakugata1:  "765 1083"
*PaperDimension EnvKaku2/Envelope Kakugata2:  "680 941"
*PaperDimension EnvKaku3/Envelope Kakugata3:  "612 785"
*PaperDimension EnvDL/Envelope DL:  "312 624"
*PaperDimension EnvMonarch/Envelope Monarch:  "279 540"
*PaperDimension Env10/Envelope Com10:  "297 684"
*PaperDimension JapanesePostCard/Postcard:  "284 419"
*PaperDimension 4x6_PostCard/4x6 Postcard:  "288 432"
*PaperDimension DoublePostcardRotated/Double Postcard:  "420 567"
*PaperDimension A3Extra/A3W:  "856 1205"
*PaperDimension A4Extra/A4W:  "610 856"
*PaperDimension A5Extra/A5W:  "434 610"
*PaperDimension B4Extra/B4W:  "743 1046"
*PaperDimension B5Extra/B5W:  "530 743"
*PaperDimension TabloidExtra/11x17W:  "806 1238"
*PaperDimension LetterExtra/8 1/2x11W:  "626 806"
*PaperDimension StatementExtra/5 1/2x8 1/2W:  "410 626"
*PaperDimension LetterTab-F/8 1/2x11 Tab:  "656 792"
*PaperDimension A4Tab-F/A4 Tab:  "639 842"

*DefaultImageableArea: Letter
*ImageableArea A3/A3:  "12 12 830 1179"
*ImageableArea A4/A4:  "12 12 583 830"
*ImageableArea A5/A5:  "12 12 408 583"
*ImageableArea A6/A6:  "12 12 285 408"
*ImageableArea B4/B4:  "12 12 717 1020"
*ImageableArea B5/B5:  "12 12 504 717"
*ImageableArea B6/B6:  "12 12 351 504"
*ImageableArea SRA3/SRA3:  "19 19 888 1257"
*ImageableArea 220mmx330mm/220mmx330mm:  "12 12 612 923"
*ImageableArea 12x18/12x18:  "12 12 852 1284"
*ImageableArea Tabloid/11x17:  "12 12 780 1212"
*ImageableArea Legal/8 1/2x14:  "12 12 600 996"
*ImageableArea Letter/8 1/2x11:  "12 12 600 780"
*ImageableArea LetterPlus/8 1/2x12 11/16:  "12 12 600 902"
*ImageableArea Statement/5 1/2x8 1/2:  "12 12 384 600"
*ImageableArea 8x13/8x13:  "12 12 564 924"
*ImageableArea 8.5x13/8 1/2x13:  "12 12 600 924"
*ImageableArea 8.5x13.5/8 1/2x13 1/2:  "12 12 600 960"
*ImageableArea 8.25x13/8 1/4x13:  "12 12 582 924"
*ImageableArea 8.125x13.25/8 1/8x13 1/4:  "12 12 573 942"
*ImageableArea 8x10/8x10:  "12 12 564 708"
*ImageableArea 8x10.5/8x10 1/2:  "12 12 564 744"
*ImageableArea Executive/7 1/4x10 1/2:  "12 12 510 744"
*ImageableArea 8K/8K:  "12 12 753 1093"
*ImageableArea 16K/16K:  "12 12 541 753"
*ImageableArea EnvISOB5/Envelope B5:  "12 12 487 697"
*ImageableArea EnvC4/Envelope C4:  "12 12 637 906"
*ImageableArea EnvC5/Envelope C5:  "12 12 447 637"
*ImageableArea EnvC6/Envelope C6:  "12 12 311 447"
*ImageableArea EnvChou3/Envelope Nagagata3:  "12 12 328 654"
*ImageableArea EnvChou4/Envelope Nagagata4:  "12 12 243 569"
*ImageableArea EnvYou3/Envelope Yougata3:  "12 12 266 408"
*ImageableArea EnvYou4/Envelope Yougata4:  "12 12 286 654"
*ImageableArea EnvKaku1/Envelope Kakugata1:  "12 12 753 1071"
*ImageableArea EnvKaku2/Envelope Kakugata2:  "12 12 668 929"
*ImageableArea EnvKaku3/Envelope Kakugata3:  "12 12 600 773"
*ImageableArea EnvDL/Envelope DL:  "12 12 300 612"
*ImageableArea EnvMonarch/Envelope Monarch:  "12 12 267 528"
*ImageableArea Env10/Envelope Com10:  "12 12 285 672"
*ImageableArea JapanesePostCard/Postcard:  "12 12 272 407"
*ImageableArea 4x6_PostCard/4x6 Postcard:  "12 12 276 420"
*ImageableArea DoublePostcardRotated/Double Postcard:  "12 12 408 555"
*ImageableArea A3Extra/A3W:  "7 7 849 1198"
*ImageableArea A4Extra/A4W:  "7 7 603 849"
*ImageableArea A5Extra/A5W:  "7 7 427 603"
*ImageableArea B4Extra/B4W:  "7 7 736 1039"
*ImageableArea B5Extra/B5W:  "7 7 523 736"
*ImageableArea TabloidExtra/11x17W:  "7 7 799 1231"
*ImageableArea LetterExtra/8 1/2x11W:  "7 7 619 799"
*ImageableArea StatementExtra/5 1/2x8 1/2W:  "7 7 403 619"
*ImageableArea LetterTab-F/8 1/2x11 Tab:  "12 12 644 780"
*ImageableArea A4Tab-F/A4 Tab:  "12 12 627 830"

*%
*% === Begin Constraints Section ============
*%
*UIConstraints: *Offset True *MediaType Envelope
*UIConstraints: *Offset True *MediaType Transparency
*UIConstraints: *Offset True *MediaType TAB
*UIConstraints: *Offset True *MediaType Labels
*UIConstraints: *Offset True *MediaType Postcard
*UIConstraints: *Offset True *MediaType Glossy
*UIConstraints: *Offset True *MediaType GlossyPlus
*UIConstraints: *Offset True *MediaType Glossy2
*UIConstraints: *Offset True *PageSize LetterPlus
*UIConstraints: *Offset True *PageSize 8x10
*UIConstraints: *Offset True *PageSize EnvISOB5
*UIConstraints: *Offset True *PageSize EnvC4
*UIConstraints: *Offset True *PageSize EnvC5
*UIConstraints: *Offset True *PageSize EnvC6
*UIConstraints: *Offset True *PageSize EnvChou3
*UIConstraints: *Offset True *PageSize EnvChou4
*UIConstraints: *Offset True *PageSize EnvYou3
*UIConstraints: *Offset True *PageSize EnvYou4
*UIConstraints: *Offset True *PageSize EnvKaku1
*UIConstraints: *Offset True *PageSize EnvKaku2
*UIConstraints: *Offset True *PageSize EnvKaku3
*UIConstraints: *Offset True *PageSize EnvDL
*UIConstraints: *Offset True *PageSize EnvMonarch
*UIConstraints: *Offset True *PageSize Env10
*UIConstraints: *Offset True *PageSize JapanesePostCard
*UIConstraints: *Offset True *PageSize 4x6_PostCard
*UIConstraints: *Offset True *PageSize DoublePostcardRotated
*UIConstraints: *Offset True *PageSize LetterTab-F
*UIConstraints: *Offset True *PageSize A4Tab-F
*UIConstraints: *Offset True *OutputBin Tray4
*UIConstraints: *Offset True *Staple 1StapleAuto(Left)
*UIConstraints: *Offset True *Staple 1StapleZeroLeft
*UIConstraints: *Offset True *Staple 1Staple(Right)
*UIConstraints: *Offset True *Staple 2Staples
*UIConstraints: *Offset True *Fold Stitch
*UIConstraints: *Offset True *Fold HalfFold
*UIConstraints: *Offset True *Fold TriFold
*UIConstraints: *Offset True *TransparencyInterleave Blank
*UIConstraints: *InputSlot Tray1 *MediaType Plain(2nd)
*UIConstraints: *InputSlot Tray1 *MediaType Thick1(2nd)
*UIConstraints: *InputSlot Tray1 *MediaType Thick1Plus(2nd)
*UIConstraints: *InputSlot Tray1 *MediaType Thick2(2nd)
*UIConstraints: *InputSlot Tray1 *MediaType Thick3(2nd)
*UIConstraints: *InputSlot Tray1 *MediaType Thick4
*UIConstraints: *InputSlot Tray1 *MediaType Thick4(2nd)
*UIConstraints: *InputSlot Tray1 *MediaType Thin(2nd)
*UIConstraints: *InputSlot Tray1 *MediaType Transparency
*UIConstraints: *InputSlot Tray1 *MediaType TAB
*UIConstraints: *InputSlot Tray1 *MediaType Recycled(2nd)
*UIConstraints: *InputSlot Tray1 *MediaType User1(2nd)
*UIConstraints: *InputSlot Tray1 *MediaType User2(2nd)
*UIConstraints: *InputSlot Tray1 *MediaType User3(2nd)
*UIConstraints: *InputSlot Tray1 *MediaType User4(2nd)
*UIConstraints: *InputSlot Tray1 *MediaType User5(2nd)
*UIConstraints: *InputSlot Tray1 *MediaType User6(2nd)
*UIConstraints: *InputSlot Tray1 *PageSize 12x18
*UIConstraints: *InputSlot Tray1 *PageSize 8x10
*UIConstraints: *InputSlot Tray1 *PageSize Executive
*UIConstraints: *InputSlot Tray1 *PageSize EnvISOB5
*UIConstraints: *InputSlot Tray1 *PageSize EnvC4
*UIConstraints: *InputSlot Tray1 *PageSize EnvC5
*UIConstraints: *InputSlot Tray1 *PageSize EnvC6
*UIConstraints: *InputSlot Tray1 *PageSize EnvChou4
*UIConstraints: *InputSlot Tray1 *PageSize EnvYou3
*UIConstraints: *InputSlot Tray1 *PageSize EnvYou4
*UIConstraints: *InputSlot Tray1 *PageSize EnvKaku1
*UIConstraints: *InputSlot Tray1 *PageSize EnvKaku2
*UIConstraints: *InputSlot Tray1 *PageSize EnvKaku3
*UIConstraints: *InputSlot Tray1 *PageSize EnvDL
*UIConstraints: *InputSlot Tray1 *PageSize EnvMonarch
*UIConstraints: *InputSlot Tray1 *PageSize 4x6_PostCard
*UIConstraints: *InputSlot Tray1 *PageSize LetterTab-F
*UIConstraints: *InputSlot Tray1 *PageSize A4Tab-F
*UIConstraints: *InputSlot Tray2 *MediaType Plain(2nd)
*UIConstraints: *InputSlot Tray2 *MediaType Thick1(2nd)
*UIConstraints: *InputSlot Tray2 *MediaType Thick1Plus(2nd)
*UIConstraints: *InputSlot Tray2 *MediaType Thick2(2nd)
*UIConstraints: *InputSlot Tray2 *MediaType Thick3(2nd)
*UIConstraints: *InputSlot Tray2 *MediaType Thick4
*UIConstraints: *InputSlot Tray2 *MediaType Thick4(2nd)
*UIConstraints: *InputSlot Tray2 *MediaType Thin(2nd)
*UIConstraints: *InputSlot Tray2 *MediaType Envelope
*UIConstraints: *InputSlot Tray2 *MediaType Transparency
*UIConstraints: *InputSlot Tray2 *MediaType TAB
*UIConstraints: *InputSlot Tray2 *MediaType Recycled(2nd)
*UIConstraints: *InputSlot Tray2 *MediaType Labels
*UIConstraints: *InputSlot Tray2 *MediaType Postcard
*UIConstraints: *InputSlot Tray2 *MediaType Glossy
*UIConstraints: *InputSlot Tray2 *MediaType GlossyPlus
*UIConstraints: *InputSlot Tray2 *MediaType Glossy2
*UIConstraints: *InputSlot Tray2 *MediaType User1(2nd)
*UIConstraints: *InputSlot Tray2 *MediaType User2(2nd)
*UIConstraints: *InputSlot Tray2 *MediaType User3(2nd)
*UIConstraints: *InputSlot Tray2 *MediaType User4(2nd)
*UIConstraints: *InputSlot Tray2 *MediaType User5(2nd)
*UIConstraints: *InputSlot Tray2 *MediaType User6(2nd)
*UIConstraints: *InputSlot Tray2 *PageSize LetterPlus
*UIConstraints: *InputSlot Tray2 *PageSize 8x10
*UIConstraints: *InputSlot Tray2 *PageSize 8x10.5
*UIConstraints: *InputSlot Tray2 *PageSize Executive
*UIConstraints: *InputSlot Tray2 *PageSize EnvISOB5
*UIConstraints: *InputSlot Tray2 *PageSize EnvC4
*UIConstraints: *InputSlot Tray2 *PageSize EnvC5
*UIConstraints: *InputSlot Tray2 *PageSize EnvC6
*UIConstraints: *InputSlot Tray2 *PageSize EnvChou3
*UIConstraints: *InputSlot Tray2 *PageSize EnvChou4
*UIConstraints: *InputSlot Tray2 *PageSize EnvYou3
*UIConstraints: *InputSlot Tray2 *PageSize EnvYou4
*UIConstraints: *InputSlot Tray2 *PageSize EnvKaku1
*UIConstraints: *InputSlot Tray2 *PageSize EnvKaku2
*UIConstraints: *InputSlot Tray2 *PageSize EnvKaku3
*UIConstraints: *InputSlot Tray2 *PageSize EnvDL
*UIConstraints: *InputSlot Tray2 *PageSize EnvMonarch
*UIConstraints: *InputSlot Tray2 *PageSize Env10
*UIConstraints: *InputSlot Tray2 *PageSize JapanesePostCard
*UIConstraints: *InputSlot Tray2 *PageSize 4x6_PostCard
*UIConstraints: *InputSlot Tray2 *PageSize DoublePostcardRotated
*UIConstraints: *InputSlot Tray2 *PageSize LetterTab-F
*UIConstraints: *InputSlot Tray2 *PageSize A4Tab-F
*UIConstraints: *InputSlot Tray3 *MediaType Plain(2nd)
*UIConstraints: *InputSlot Tray3 *MediaType Thick1(2nd)
*UIConstraints: *InputSlot Tray3 *MediaType Thick1Plus(2nd)
*UIConstraints: *InputSlot Tray3 *MediaType Thick2(2nd)
*UIConstraints: *InputSlot Tray3 *MediaType Thick3(2nd)
*UIConstraints: *InputSlot Tray3 *MediaType Thick4
*UIConstraints: *InputSlot Tray3 *MediaType Thick4(2nd)
*UIConstraints: *InputSlot Tray3 *MediaType Thin(2nd)
*UIConstraints: *InputSlot Tray3 *MediaType Envelope
*UIConstraints: *InputSlot Tray3 *MediaType Transparency
*UIConstraints: *InputSlot Tray3 *MediaType TAB
*UIConstraints: *InputSlot Tray3 *MediaType Recycled(2nd)
*UIConstraints: *InputSlot Tray3 *MediaType Labels
*UIConstraints: *InputSlot Tray3 *MediaType Postcard
*UIConstraints: *InputSlot Tray3 *MediaType Glossy
*UIConstraints: *InputSlot Tray3 *MediaType GlossyPlus
*UIConstraints: *InputSlot Tray3 *MediaType Glossy2
*UIConstraints: *InputSlot Tray3 *MediaType User1(2nd)
*UIConstraints: *InputSlot Tray3 *MediaType User2(2nd)
*UIConstraints: *InputSlot Tray3 *MediaType User3(2nd)
*UIConstraints: *InputSlot Tray3 *MediaType User4(2nd)
*UIConstraints: *InputSlot Tray3 *MediaType User5(2nd)
*UIConstraints: *InputSlot Tray3 *MediaType User6(2nd)
*UIConstraints: *InputSlot Tray3 *PageSize SRA3
*UIConstraints: *InputSlot Tray3 *PageSize 12x18
*UIConstraints: *InputSlot Tray3 *PageSize LetterPlus
*UIConstraints: *InputSlot Tray3 *PageSize 8x10
*UIConstraints: *InputSlot Tray3 *PageSize 8x10.5
*UIConstraints: *InputSlot Tray3 *PageSize Executive
*UIConstraints: *InputSlot Tray3 *PageSize EnvISOB5
*UIConstraints: *InputSlot Tray3 *PageSize EnvC4
*UIConstraints: *InputSlot Tray3 *PageSize EnvC5
*UIConstraints: *InputSlot Tray3 *PageSize EnvC6
*UIConstraints: *InputSlot Tray3 *PageSize EnvChou3
*UIConstraints: *InputSlot Tray3 *PageSize EnvChou4
*UIConstraints: *InputSlot Tray3 *PageSize EnvYou3
*UIConstraints: *InputSlot Tray3 *PageSize EnvYou4
*UIConstraints: *InputSlot Tray3 *PageSize EnvKaku1
*UIConstraints: *InputSlot Tray3 *PageSize EnvKaku2
*UIConstraints: *InputSlot Tray3 *PageSize EnvKaku3
*UIConstraints: *InputSlot Tray3 *PageSize EnvDL
*UIConstraints: *InputSlot Tray3 *PageSize EnvMonarch
*UIConstraints: *InputSlot Tray3 *PageSize Env10
*UIConstraints: *InputSlot Tray3 *PageSize 4x6_PostCard
*UIConstraints: *InputSlot Tray3 *PageSize DoublePostcardRotated
*UIConstraints: *InputSlot Tray3 *PageSize LetterTab-F
*UIConstraints: *InputSlot Tray3 *PageSize A4Tab-F
*UIConstraints: *InputSlot Tray3 *PaperSources None
*UIConstraints: *InputSlot Tray3 *PaperSources LU207
*UIConstraints: *InputSlot Tray3 *PaperSources LU302
*UIConstraints: *InputSlot Tray3 *PaperSources PFP13T2
*UIConstraints: *InputSlot Tray4 *MediaType Plain(2nd)
*UIConstraints: *InputSlot Tray4 *MediaType Thick1(2nd)
*UIConstraints: *InputSlot Tray4 *MediaType Thick1Plus(2nd)
*UIConstraints: *InputSlot Tray4 *MediaType Thick2(2nd)
*UIConstraints: *InputSlot Tray4 *MediaType Thick3(2nd)
*UIConstraints: *InputSlot Tray4 *MediaType Thick4
*UIConstraints: *InputSlot Tray4 *MediaType Thick4(2nd)
*UIConstraints: *InputSlot Tray4 *MediaType Thin(2nd)
*UIConstraints: *InputSlot Tray4 *MediaType Envelope
*UIConstraints: *InputSlot Tray4 *MediaType Transparency
*UIConstraints: *InputSlot Tray4 *MediaType TAB
*UIConstraints: *InputSlot Tray4 *MediaType Recycled(2nd)
*UIConstraints: *InputSlot Tray4 *MediaType User1(2nd)
*UIConstraints: *InputSlot Tray4 *MediaType User2(2nd)
*UIConstraints: *InputSlot Tray4 *MediaType User3(2nd)
*UIConstraints: *InputSlot Tray4 *MediaType User4(2nd)
*UIConstraints: *InputSlot Tray4 *MediaType User5(2nd)
*UIConstraints: *InputSlot Tray4 *MediaType User6(2nd)
*UIConstraints: *InputSlot Tray4 *PageSize SRA3
*UIConstraints: *InputSlot Tray4 *PageSize 12x18
*UIConstraints: *InputSlot Tray4 *PageSize Executive
*UIConstraints: *InputSlot Tray4 *PageSize EnvISOB5
*UIConstraints: *InputSlot Tray4 *PageSize EnvC4
*UIConstraints: *InputSlot Tray4 *PageSize EnvC5
*UIConstraints: *InputSlot Tray4 *PageSize EnvC6
*UIConstraints: *InputSlot Tray4 *PageSize EnvChou3
*UIConstraints: *InputSlot Tray4 *PageSize EnvChou4
*UIConstraints: *InputSlot Tray4 *PageSize EnvYou3
*UIConstraints: *InputSlot Tray4 *PageSize EnvYou4
*UIConstraints: *InputSlot Tray4 *PageSize EnvKaku1
*UIConstraints: *InputSlot Tray4 *PageSize EnvKaku2
*UIConstraints: *InputSlot Tray4 *PageSize EnvKaku3
*UIConstraints: *InputSlot Tray4 *PageSize EnvDL
*UIConstraints: *InputSlot Tray4 *PageSize EnvMonarch
*UIConstraints: *InputSlot Tray4 *PageSize Env10
*UIConstraints: *InputSlot Tray4 *PageSize 4x6_PostCard
*UIConstraints: *InputSlot Tray4 *PageSize LetterTab-F
*UIConstraints: *InputSlot Tray4 *PageSize A4Tab-F
*UIConstraints: *InputSlot Tray4 *PaperSources None
*UIConstraints: *InputSlot Tray4 *PaperSources LU207
*UIConstraints: *InputSlot Tray4 *PaperSources LU302
*UIConstraints: *InputSlot Tray4 *PaperSources PC110
*UIConstraints: *InputSlot Tray4 *PaperSources PC114
*UIConstraints: *InputSlot Tray4 *PaperSources PC115
*UIConstraints: *InputSlot Tray4 *PaperSources PC110+LU302
*UIConstraints: *InputSlot Tray4 *PaperSources PC115+LU207
*UIConstraints: *InputSlot Tray4 *PaperSources PC115+LU302
*UIConstraints: *InputSlot Tray4 *PaperSources PC410
*UIConstraints: *InputSlot Tray4 *PaperSources PC414
*UIConstraints: *InputSlot Tray4 *PaperSources PC415
*UIConstraints: *InputSlot Tray4 *PaperSources PC410+LU302
*UIConstraints: *InputSlot Tray4 *PaperSources PC415+LU207
*UIConstraints: *InputSlot Tray4 *PaperSources PC415+LU302
*UIConstraints: *InputSlot Tray4 *PaperSources PFP13T2
*UIConstraints: *InputSlot Tray4 *PaperSources PFP13T23
*UIConstraints: *InputSlot LCT *MediaType Plain(2nd)
*UIConstraints: *InputSlot LCT *MediaType Thick1(2nd)
*UIConstraints: *InputSlot LCT *MediaType Thick1Plus(2nd)
*UIConstraints: *InputSlot LCT *MediaType Thick2(2nd)
*UIConstraints: *InputSlot LCT *MediaType Thick3(2nd)
*UIConstraints: *InputSlot LCT *MediaType Thick4
*UIConstraints: *InputSlot LCT *MediaType Thick4(2nd)
*UIConstraints: *InputSlot LCT *MediaType Thin(2nd)
*UIConstraints: *InputSlot LCT *MediaType Envelope
*UIConstraints: *InputSlot LCT *MediaType Transparency
*UIConstraints: *InputSlot LCT *MediaType TAB
*UIConstraints: *InputSlot LCT *MediaType Recycled(2nd)
*UIConstraints: *InputSlot LCT *MediaType User1(2nd)
*UIConstraints: *InputSlot LCT *MediaType User2(2nd)
*UIConstraints: *InputSlot LCT *MediaType User3(2nd)
*UIConstraints: *InputSlot LCT *MediaType User4(2nd)
*UIConstraints: *InputSlot LCT *MediaType User5(2nd)
*UIConstraints: *InputSlot LCT *MediaType User6(2nd)
*UIConstraints: *InputSlot LCT *PageSize A6
*UIConstraints: *InputSlot LCT *PageSize B6
*UIConstraints: *InputSlot LCT *PageSize 220mmx330mm
*UIConstraints: *InputSlot LCT *PageSize 8x13
*UIConstraints: *InputSlot LCT *PageSize 8.5x13
*UIConstraints: *InputSlot LCT *PageSize 8.5x13.5
*UIConstraints: *InputSlot LCT *PageSize 8.25x13
*UIConstraints: *InputSlot LCT *PageSize 8.125x13.25
*UIConstraints: *InputSlot LCT *PageSize Executive
*UIConstraints: *InputSlot LCT *PageSize 8K
*UIConstraints: *InputSlot LCT *PageSize 16K
*UIConstraints: *InputSlot LCT *PageSize EnvISOB5
*UIConstraints: *InputSlot LCT *PageSize EnvC4
*UIConstraints: *InputSlot LCT *PageSize EnvC5
*UIConstraints: *InputSlot LCT *PageSize EnvC6
*UIConstraints: *InputSlot LCT *PageSize EnvChou3
*UIConstraints: *InputSlot LCT *PageSize EnvChou4
*UIConstraints: *InputSlot LCT *PageSize EnvYou3
*UIConstraints: *InputSlot LCT *PageSize EnvYou4
*UIConstraints: *InputSlot LCT *PageSize EnvKaku1
*UIConstraints: *InputSlot LCT *PageSize EnvKaku2
*UIConstraints: *InputSlot LCT *PageSize EnvKaku3
*UIConstraints: *InputSlot LCT *PageSize EnvDL
*UIConstraints: *InputSlot LCT *PageSize EnvMonarch
*UIConstraints: *InputSlot LCT *PageSize Env10
*UIConstraints: *InputSlot LCT *PageSize JapanesePostCard
*UIConstraints: *InputSlot LCT *PageSize 4x6_PostCard
*UIConstraints: *InputSlot LCT *PageSize A3Extra
*UIConstraints: *InputSlot LCT *PageSize A4Extra
*UIConstraints: *InputSlot LCT *PageSize A5Extra
*UIConstraints: *InputSlot LCT *PageSize B4Extra
*UIConstraints: *InputSlot LCT *PageSize B5Extra
*UIConstraints: *InputSlot LCT *PageSize TabloidExtra
*UIConstraints: *InputSlot LCT *PageSize LetterExtra
*UIConstraints: *InputSlot LCT *PageSize StatementExtra
*UIConstraints: *InputSlot LCT *PageSize LetterTab-F
*UIConstraints: *InputSlot LCT *PageSize A4Tab-F
*UIConstraints: *InputSlot LCT *PaperSources None
*UIConstraints: *InputSlot LCT *PaperSources PC110
*UIConstraints: *InputSlot LCT *PaperSources PC114
*UIConstraints: *InputSlot LCT *PaperSources PC115
*UIConstraints: *InputSlot LCT *PaperSources PC210
*UIConstraints: *InputSlot LCT *PaperSources PC214
*UIConstraints: *InputSlot LCT *PaperSources PC215
*UIConstraints: *InputSlot LCT *PaperSources PC410
*UIConstraints: *InputSlot LCT *PaperSources PC414
*UIConstraints: *InputSlot LCT *PaperSources PC415
*UIConstraints: *InputSlot LCT *PaperSources PFP13T2
*UIConstraints: *InputSlot LCT *PaperSources PFP13T23
*UIConstraints: *MediaType Plain *PageSize LetterTab-F
*UIConstraints: *MediaType Plain *PageSize A4Tab-F
*UIConstraints: *MediaType Plain *TransparencyInterleave Blank
*UIConstraints: *MediaType Plain(2nd) *InputSlot Tray1
*UIConstraints: *MediaType Plain(2nd) *InputSlot Tray2
*UIConstraints: *MediaType Plain(2nd) *InputSlot Tray3
*UIConstraints: *MediaType Plain(2nd) *InputSlot Tray4
*UIConstraints: *MediaType Plain(2nd) *InputSlot LCT
*UIConstraints: *MediaType Plain(2nd) *PageSize LetterTab-F
*UIConstraints: *MediaType Plain(2nd) *PageSize A4Tab-F
*UIConstraints: *MediaType Plain(2nd) *KMDuplex 2Sided
*UIConstraints: *MediaType Plain(2nd) *Combination Booklet
*UIConstraints: *MediaType Plain(2nd) *Fold Stitch
*UIConstraints: *MediaType Plain(2nd) *Fold HalfFold
*UIConstraints: *MediaType Plain(2nd) *Fold ZFold1
*UIConstraints: *MediaType Plain(2nd) *Fold ZFold2
*UIConstraints: *MediaType Plain(2nd) *TransparencyInterleave Blank
*UIConstraints: *MediaType Thick1 *PageSize LetterTab-F
*UIConstraints: *MediaType Thick1 *PageSize A4Tab-F
*UIConstraints: *MediaType Thick1 *Fold HalfFold
*UIConstraints: *MediaType Thick1 *Fold TriFold
*UIConstraints: *MediaType Thick1 *Fold ZFold1
*UIConstraints: *MediaType Thick1 *Fold ZFold2
*UIConstraints: *MediaType Thick1 *TransparencyInterleave Blank
*UIConstraints: *MediaType Thick1 *GlossyMode True
*UIConstraints: *MediaType Thick1(2nd) *InputSlot Tray1
*UIConstraints: *MediaType Thick1(2nd) *InputSlot Tray2
*UIConstraints: *MediaType Thick1(2nd) *InputSlot Tray3
*UIConstraints: *MediaType Thick1(2nd) *InputSlot Tray4
*UIConstraints: *MediaType Thick1(2nd) *InputSlot LCT
*UIConstraints: *MediaType Thick1(2nd) *PageSize LetterTab-F
*UIConstraints: *MediaType Thick1(2nd) *PageSize A4Tab-F
*UIConstraints: *MediaType Thick1(2nd) *KMDuplex 2Sided
*UIConstraints: *MediaType Thick1(2nd) *Combination Booklet
*UIConstraints: *MediaType Thick1(2nd) *Fold Stitch
*UIConstraints: *MediaType Thick1(2nd) *Fold HalfFold
*UIConstraints: *MediaType Thick1(2nd) *Fold TriFold
*UIConstraints: *MediaType Thick1(2nd) *Fold ZFold1
*UIConstraints: *MediaType Thick1(2nd) *Fold ZFold2
*UIConstraints: *MediaType Thick1(2nd) *TransparencyInterleave Blank
*UIConstraints: *MediaType Thick1(2nd) *GlossyMode True
*UIConstraints: *MediaType Thick1Plus *PageSize LetterTab-F
*UIConstraints: *MediaType Thick1Plus *PageSize A4Tab-F
*UIConstraints: *MediaType Thick1Plus *Fold Stitch
*UIConstraints: *MediaType Thick1Plus *Fold HalfFold
*UIConstraints: *MediaType Thick1Plus *Fold TriFold
*UIConstraints: *MediaType Thick1Plus *Fold ZFold1
*UIConstraints: *MediaType Thick1Plus *Fold ZFold2
*UIConstraints: *MediaType Thick1Plus *TransparencyInterleave Blank
*UIConstraints: *MediaType Thick1Plus *GlossyMode True
*UIConstraints: *MediaType Thick1Plus(2nd) *InputSlot Tray1
*UIConstraints: *MediaType Thick1Plus(2nd) *InputSlot Tray2
*UIConstraints: *MediaType Thick1Plus(2nd) *InputSlot Tray3
*UIConstraints: *MediaType Thick1Plus(2nd) *InputSlot Tray4
*UIConstraints: *MediaType Thick1Plus(2nd) *InputSlot LCT
*UIConstraints: *MediaType Thick1Plus(2nd) *PageSize LetterTab-F
*UIConstraints: *MediaType Thick1Plus(2nd) *PageSize A4Tab-F
*UIConstraints: *MediaType Thick1Plus(2nd) *KMDuplex 2Sided
*UIConstraints: *MediaType Thick1Plus(2nd) *Combination Booklet
*UIConstraints: *MediaType Thick1Plus(2nd) *Fold Stitch
*UIConstraints: *MediaType Thick1Plus(2nd) *Fold HalfFold
*UIConstraints: *MediaType Thick1Plus(2nd) *Fold TriFold
*UIConstraints: *MediaType Thick1Plus(2nd) *Fold ZFold1
*UIConstraints: *MediaType Thick1Plus(2nd) *Fold ZFold2
*UIConstraints: *MediaType Thick1Plus(2nd) *TransparencyInterleave Blank
*UIConstraints: *MediaType Thick1Plus(2nd) *GlossyMode True
*UIConstraints: *MediaType Thick2 *PageSize LetterTab-F
*UIConstraints: *MediaType Thick2 *PageSize A4Tab-F
*UIConstraints: *MediaType Thick2 *Fold Stitch
*UIConstraints: *MediaType Thick2 *Fold HalfFold
*UIConstraints: *MediaType Thick2 *Fold TriFold
*UIConstraints: *MediaType Thick2 *Fold ZFold1
*UIConstraints: *MediaType Thick2 *Fold ZFold2
*UIConstraints: *MediaType Thick2 *TransparencyInterleave Blank
*UIConstraints: *MediaType Thick2 *GlossyMode True
*UIConstraints: *MediaType Thick2(2nd) *InputSlot Tray1
*UIConstraints: *MediaType Thick2(2nd) *InputSlot Tray2
*UIConstraints: *MediaType Thick2(2nd) *InputSlot Tray3
*UIConstraints: *MediaType Thick2(2nd) *InputSlot Tray4
*UIConstraints: *MediaType Thick2(2nd) *InputSlot LCT
*UIConstraints: *MediaType Thick2(2nd) *PageSize LetterTab-F
*UIConstraints: *MediaType Thick2(2nd) *PageSize A4Tab-F
*UIConstraints: *MediaType Thick2(2nd) *KMDuplex 2Sided
*UIConstraints: *MediaType Thick2(2nd) *Combination Booklet
*UIConstraints: *MediaType Thick2(2nd) *Fold Stitch
*UIConstraints: *MediaType Thick2(2nd) *Fold HalfFold
*UIConstraints: *MediaType Thick2(2nd) *Fold TriFold
*UIConstraints: *MediaType Thick2(2nd) *Fold ZFold1
*UIConstraints: *MediaType Thick2(2nd) *Fold ZFold2
*UIConstraints: *MediaType Thick2(2nd) *TransparencyInterleave Blank
*UIConstraints: *MediaType Thick2(2nd) *GlossyMode True
*UIConstraints: *MediaType Thick3 *PageSize LetterTab-F
*UIConstraints: *MediaType Thick3 *PageSize A4Tab-F
*UIConstraints: *MediaType Thick3 *Staple 1StapleAuto(Left)
*UIConstraints: *MediaType Thick3 *Staple 1StapleZeroLeft
*UIConstraints: *MediaType Thick3 *Staple 1Staple(Right)
*UIConstraints: *MediaType Thick3 *Staple 2Staples
*UIConstraints: *MediaType Thick3 *Fold Stitch
*UIConstraints: *MediaType Thick3 *Fold HalfFold
*UIConstraints: *MediaType Thick3 *Fold TriFold
*UIConstraints: *MediaType Thick3 *Fold ZFold1
*UIConstraints: *MediaType Thick3 *Fold ZFold2
*UIConstraints: *MediaType Thick3 *TransparencyInterleave Blank
*UIConstraints: *MediaType Thick3 *GlossyMode True
*UIConstraints: *MediaType Thick3 *Model C3851
*UIConstraints: *MediaType Thick3 *Model C3851FS
*UIConstraints: *MediaType Thick3 *Model C3351
*UIConstraints: *MediaType Thick3(2nd) *InputSlot Tray1
*UIConstraints: *MediaType Thick3(2nd) *InputSlot Tray2
*UIConstraints: *MediaType Thick3(2nd) *InputSlot Tray3
*UIConstraints: *MediaType Thick3(2nd) *InputSlot Tray4
*UIConstraints: *MediaType Thick3(2nd) *InputSlot LCT
*UIConstraints: *MediaType Thick3(2nd) *PageSize LetterTab-F
*UIConstraints: *MediaType Thick3(2nd) *PageSize A4Tab-F
*UIConstraints: *MediaType Thick3(2nd) *KMDuplex 2Sided
*UIConstraints: *MediaType Thick3(2nd) *Combination Booklet
*UIConstraints: *MediaType Thick3(2nd) *Staple 1StapleAuto(Left)
*UIConstraints: *MediaType Thick3(2nd) *Staple 1StapleZeroLeft
*UIConstraints: *MediaType Thick3(2nd) *Staple 1Staple(Right)
*UIConstraints: *MediaType Thick3(2nd) *Staple 2Staples
*UIConstraints: *MediaType Thick3(2nd) *Fold Stitch
*UIConstraints: *MediaType Thick3(2nd) *Fold HalfFold
*UIConstraints: *MediaType Thick3(2nd) *Fold TriFold
*UIConstraints: *MediaType Thick3(2nd) *Fold ZFold1
*UIConstraints: *MediaType Thick3(2nd) *Fold ZFold2
*UIConstraints: *MediaType Thick3(2nd) *TransparencyInterleave Blank
*UIConstraints: *MediaType Thick3(2nd) *GlossyMode True
*UIConstraints: *MediaType Thick3(2nd) *Model C3851
*UIConstraints: *MediaType Thick3(2nd) *Model C3851FS
*UIConstraints: *MediaType Thick3(2nd) *Model C3351
*UIConstraints: *MediaType Thick4 *InputSlot Tray1
*UIConstraints: *MediaType Thick4 *InputSlot Tray2
*UIConstraints: *MediaType Thick4 *InputSlot Tray3
*UIConstraints: *MediaType Thick4 *InputSlot Tray4
*UIConstraints: *MediaType Thick4 *InputSlot LCT
*UIConstraints: *MediaType Thick4 *PageSize LetterTab-F
*UIConstraints: *MediaType Thick4 *PageSize A4Tab-F
*UIConstraints: *MediaType Thick4 *KMDuplex 2Sided
*UIConstraints: *MediaType Thick4 *Combination Booklet
*UIConstraints: *MediaType Thick4 *Staple 1StapleAuto(Left)
*UIConstraints: *MediaType Thick4 *Staple 1StapleZeroLeft
*UIConstraints: *MediaType Thick4 *Staple 1Staple(Right)
*UIConstraints: *MediaType Thick4 *Staple 2Staples
*UIConstraints: *MediaType Thick4 *Fold Stitch
*UIConstraints: *MediaType Thick4 *Fold HalfFold
*UIConstraints: *MediaType Thick4 *Fold TriFold
*UIConstraints: *MediaType Thick4 *Fold ZFold1
*UIConstraints: *MediaType Thick4 *Fold ZFold2
*UIConstraints: *MediaType Thick4 *TransparencyInterleave Blank
*UIConstraints: *MediaType Thick4 *GlossyMode True
*UIConstraints: *MediaType Thick4 *Model C287
*UIConstraints: *MediaType Thick4 *Model C227
*UIConstraints: *MediaType Thick4 *Model C3851
*UIConstraints: *MediaType Thick4 *Model C3851FS
*UIConstraints: *MediaType Thick4 *Model C3351
*UIConstraints: *MediaType Thick4(2nd) *InputSlot Tray1
*UIConstraints: *MediaType Thick4(2nd) *InputSlot Tray2
*UIConstraints: *MediaType Thick4(2nd) *InputSlot Tray3
*UIConstraints: *MediaType Thick4(2nd) *InputSlot Tray4
*UIConstraints: *MediaType Thick4(2nd) *InputSlot LCT
*UIConstraints: *MediaType Thick4(2nd) *PageSize LetterTab-F
*UIConstraints: *MediaType Thick4(2nd) *PageSize A4Tab-F
*UIConstraints: *MediaType Thick4(2nd) *KMDuplex 2Sided
*UIConstraints: *MediaType Thick4(2nd) *Combination Booklet
*UIConstraints: *MediaType Thick4(2nd) *Staple 1StapleAuto(Left)
*UIConstraints: *MediaType Thick4(2nd) *Staple 1StapleZeroLeft
*UIConstraints: *MediaType Thick4(2nd) *Staple 1Staple(Right)
*UIConstraints: *MediaType Thick4(2nd) *Staple 2Staples
*UIConstraints: *MediaType Thick4(2nd) *Fold Stitch
*UIConstraints: *MediaType Thick4(2nd) *Fold HalfFold
*UIConstraints: *MediaType Thick4(2nd) *Fold TriFold
*UIConstraints: *MediaType Thick4(2nd) *Fold ZFold1
*UIConstraints: *MediaType Thick4(2nd) *Fold ZFold2
*UIConstraints: *MediaType Thick4(2nd) *TransparencyInterleave Blank
*UIConstraints: *MediaType Thick4(2nd) *GlossyMode True
*UIConstraints: *MediaType Thick4(2nd) *Model C287
*UIConstraints: *MediaType Thick4(2nd) *Model C227
*UIConstraints: *MediaType Thick4(2nd) *Model C3851
*UIConstraints: *MediaType Thick4(2nd) *Model C3851FS
*UIConstraints: *MediaType Thick4(2nd) *Model C3351
*UIConstraints: *MediaType Thin *PageSize A6
*UIConstraints: *MediaType Thin *PageSize B6
*UIConstraints: *MediaType Thin *PageSize EnvISOB5
*UIConstraints: *MediaType Thin *PageSize EnvC4
*UIConstraints: *MediaType Thin *PageSize EnvC5
*UIConstraints: *MediaType Thin *PageSize EnvC6
*UIConstraints: *MediaType Thin *PageSize EnvChou3
*UIConstraints: *MediaType Thin *PageSize EnvChou4
*UIConstraints: *MediaType Thin *PageSize EnvYou3
*UIConstraints: *MediaType Thin *PageSize EnvYou4
*UIConstraints: *MediaType Thin *PageSize EnvKaku1
*UIConstraints: *MediaType Thin *PageSize EnvKaku2
*UIConstraints: *MediaType Thin *PageSize EnvKaku3
*UIConstraints: *MediaType Thin *PageSize EnvDL
*UIConstraints: *MediaType Thin *PageSize EnvMonarch
*UIConstraints: *MediaType Thin *PageSize Env10
*UIConstraints: *MediaType Thin *PageSize JapanesePostCard
*UIConstraints: *MediaType Thin *PageSize 4x6_PostCard
*UIConstraints: *MediaType Thin *PageSize LetterTab-F
*UIConstraints: *MediaType Thin *PageSize A4Tab-F
*UIConstraints: *MediaType Thin *TransparencyInterleave Blank
*UIConstraints: *MediaType Thin *GlossyMode True
*UIConstraints: *MediaType Thin *Model C287
*UIConstraints: *MediaType Thin *Model C227
*UIConstraints: *MediaType Thin *Model C3851
*UIConstraints: *MediaType Thin *Model C3851FS
*UIConstraints: *MediaType Thin *Model C3351
*UIConstraints: *MediaType Thin(2nd) *InputSlot Tray1
*UIConstraints: *MediaType Thin(2nd) *InputSlot Tray2
*UIConstraints: *MediaType Thin(2nd) *InputSlot Tray3
*UIConstraints: *MediaType Thin(2nd) *InputSlot Tray4
*UIConstraints: *MediaType Thin(2nd) *InputSlot LCT
*UIConstraints: *MediaType Thin(2nd) *PageSize A6
*UIConstraints: *MediaType Thin(2nd) *PageSize B6
*UIConstraints: *MediaType Thin(2nd) *PageSize LetterTab-F
*UIConstraints: *MediaType Thin(2nd) *PageSize A4Tab-F
*UIConstraints: *MediaType Thin(2nd) *KMDuplex 2Sided
*UIConstraints: *MediaType Thin(2nd) *Combination Booklet
*UIConstraints: *MediaType Thin(2nd) *Fold Stitch
*UIConstraints: *MediaType Thin(2nd) *Fold HalfFold
*UIConstraints: *MediaType Thin(2nd) *Fold TriFold
*UIConstraints: *MediaType Thin(2nd) *Fold ZFold1
*UIConstraints: *MediaType Thin(2nd) *Fold ZFold2
*UIConstraints: *MediaType Thin(2nd) *TransparencyInterleave Blank
*UIConstraints: *MediaType Thin(2nd) *GlossyMode True
*UIConstraints: *MediaType Thin(2nd) *Model C658
*UIConstraints: *MediaType Thin(2nd) *Model C558
*UIConstraints: *MediaType Thin(2nd) *Model C458
*UIConstraints: *MediaType Thin(2nd) *Model C368
*UIConstraints: *MediaType Thin(2nd) *Model C308
*UIConstraints: *MediaType Thin(2nd) *Model C258
*UIConstraints: *MediaType Thin(2nd) *Model C287
*UIConstraints: *MediaType Thin(2nd) *Model C227
*UIConstraints: *MediaType Thin(2nd) *Model C3851
*UIConstraints: *MediaType Thin(2nd) *Model C3851FS
*UIConstraints: *MediaType Thin(2nd) *Model C3351
*UIConstraints: *MediaType Envelope *Offset True
*UIConstraints: *MediaType Envelope *InputSlot Tray2
*UIConstraints: *MediaType Envelope *InputSlot Tray3
*UIConstraints: *MediaType Envelope *InputSlot Tray4
*UIConstraints: *MediaType Envelope *InputSlot LCT
*UIConstraints: *MediaType Envelope *PageSize JapanesePostCard
*UIConstraints: *MediaType Envelope *PageSize 4x6_PostCard
*UIConstraints: *MediaType Envelope *PageSize DoublePostcardRotated
*UIConstraints: *MediaType Envelope *PageSize A3Extra
*UIConstraints: *MediaType Envelope *PageSize A4Extra
*UIConstraints: *MediaType Envelope *PageSize A5Extra
*UIConstraints: *MediaType Envelope *PageSize B4Extra
*UIConstraints: *MediaType Envelope *PageSize B5Extra
*UIConstraints: *MediaType Envelope *PageSize TabloidExtra
*UIConstraints: *MediaType Envelope *PageSize LetterExtra
*UIConstraints: *MediaType Envelope *PageSize StatementExtra
*UIConstraints: *MediaType Envelope *PageSize LetterTab-F
*UIConstraints: *MediaType Envelope *PageSize A4Tab-F
*UIConstraints: *MediaType Envelope *KMDuplex 2Sided
*UIConstraints: *MediaType Envelope *Combination Booklet
*UIConstraints: *MediaType Envelope *Staple 1StapleAuto(Left)
*UIConstraints: *MediaType Envelope *Staple 1StapleZeroLeft
*UIConstraints: *MediaType Envelope *Staple 1Staple(Right)
*UIConstraints: *MediaType Envelope *Staple 2Staples
*UIConstraints: *MediaType Envelope *Punch 2holes
*UIConstraints: *MediaType Envelope *Punch 3holes
*UIConstraints: *MediaType Envelope *Punch 4holes
*UIConstraints: *MediaType Envelope *Fold Stitch
*UIConstraints: *MediaType Envelope *Fold HalfFold
*UIConstraints: *MediaType Envelope *Fold TriFold
*UIConstraints: *MediaType Envelope *Fold ZFold1
*UIConstraints: *MediaType Envelope *Fold ZFold2
*UIConstraints: *MediaType Envelope *TransparencyInterleave Blank
*UIConstraints: *MediaType Envelope *GlossyMode True
*UIConstraints: *MediaType Transparency *Offset True
*UIConstraints: *MediaType Transparency *InputSlot Tray1
*UIConstraints: *MediaType Transparency *InputSlot Tray2
*UIConstraints: *MediaType Transparency *InputSlot Tray3
*UIConstraints: *MediaType Transparency *InputSlot Tray4
*UIConstraints: *MediaType Transparency *InputSlot LCT
*UIConstraints: *MediaType Transparency *PageSize A6
*UIConstraints: *MediaType Transparency *PageSize B6
*UIConstraints: *MediaType Transparency *PageSize EnvISOB5
*UIConstraints: *MediaType Transparency *PageSize EnvC4
*UIConstraints: *MediaType Transparency *PageSize EnvC5
*UIConstraints: *MediaType Transparency *PageSize EnvC6
*UIConstraints: *MediaType Transparency *PageSize EnvChou3
*UIConstraints: *MediaType Transparency *PageSize EnvChou4
*UIConstraints: *MediaType Transparency *PageSize EnvYou3
*UIConstraints: *MediaType Transparency *PageSize EnvYou4
*UIConstraints: *MediaType Transparency *PageSize EnvKaku1
*UIConstraints: *MediaType Transparency *PageSize EnvKaku2
*UIConstraints: *MediaType Transparency *PageSize EnvKaku3
*UIConstraints: *MediaType Transparency *PageSize EnvDL
*UIConstraints: *MediaType Transparency *PageSize EnvMonarch
*UIConstraints: *MediaType Transparency *PageSize Env10
*UIConstraints: *MediaType Transparency *PageSize JapanesePostCard
*UIConstraints: *MediaType Transparency *PageSize 4x6_PostCard
*UIConstraints: *MediaType Transparency *PageSize LetterTab-F
*UIConstraints: *MediaType Transparency *PageSize A4Tab-F
*UIConstraints: *MediaType Transparency *KMDuplex 2Sided
*UIConstraints: *MediaType Transparency *Combination Booklet
*UIConstraints: *MediaType Transparency *Staple 1StapleAuto(Left)
*UIConstraints: *MediaType Transparency *Staple 1StapleZeroLeft
*UIConstraints: *MediaType Transparency *Staple 1Staple(Right)
*UIConstraints: *MediaType Transparency *Staple 2Staples
*UIConstraints: *MediaType Transparency *Punch 2holes
*UIConstraints: *MediaType Transparency *Punch 3holes
*UIConstraints: *MediaType Transparency *Punch 4holes
*UIConstraints: *MediaType Transparency *Fold Stitch
*UIConstraints: *MediaType Transparency *Fold HalfFold
*UIConstraints: *MediaType Transparency *Fold TriFold
*UIConstraints: *MediaType Transparency *Fold ZFold1
*UIConstraints: *MediaType Transparency *Fold ZFold2
*UIConstraints: *MediaType Transparency *SelectColor Auto
*UIConstraints: *MediaType Transparency *SelectColor Color
*UIConstraints: *MediaType Transparency *GlossyMode True
*UIConstraints: *MediaType Transparency *Model C3851
*UIConstraints: *MediaType Transparency *Model C3851FS
*UIConstraints: *MediaType Transparency *Model C3351
*UIConstraints: *MediaType Color *PageSize LetterTab-F
*UIConstraints: *MediaType Color *PageSize A4Tab-F
*UIConstraints: *MediaType Color *TransparencyInterleave Blank
*UIConstraints: *MediaType SingleSidedOnly *PageSize LetterTab-F
*UIConstraints: *MediaType SingleSidedOnly *PageSize A4Tab-F
*UIConstraints: *MediaType SingleSidedOnly *KMDuplex 2Sided
*UIConstraints: *MediaType SingleSidedOnly *Combination Booklet
*UIConstraints: *MediaType SingleSidedOnly *TransparencyInterleave Blank
*UIConstraints: *MediaType TAB *Offset True
*UIConstraints: *MediaType TAB *InputSlot Tray1
*UIConstraints: *MediaType TAB *InputSlot Tray2
*UIConstraints: *MediaType TAB *InputSlot Tray3
*UIConstraints: *MediaType TAB *InputSlot Tray4
*UIConstraints: *MediaType TAB *InputSlot LCT
*UIConstraints: *MediaType TAB *PageSize A3
*UIConstraints: *MediaType TAB *PageSize A4
*UIConstraints: *MediaType TAB *PageSize A5
*UIConstraints: *MediaType TAB *PageSize A6
*UIConstraints: *MediaType TAB *PageSize B4
*UIConstraints: *MediaType TAB *PageSize B5
*UIConstraints: *MediaType TAB *PageSize B6
*UIConstraints: *MediaType TAB *PageSize SRA3
*UIConstraints: *MediaType TAB *PageSize 220mmx330mm
*UIConstraints: *MediaType TAB *PageSize 12x18
*UIConstraints: *MediaType TAB *PageSize Tabloid
*UIConstraints: *MediaType TAB *PageSize Legal
*UIConstraints: *MediaType TAB *PageSize Letter
*UIConstraints: *MediaType TAB *PageSize Statement
*UIConstraints: *MediaType TAB *PageSize 8x13
*UIConstraints: *MediaType TAB *PageSize 8.5x13
*UIConstraints: *MediaType TAB *PageSize 8.5x13.5
*UIConstraints: *MediaType TAB *PageSize 8.25x13
*UIConstraints: *MediaType TAB *PageSize 8.125x13.25
*UIConstraints: *MediaType TAB *PageSize Executive
*UIConstraints: *MediaType TAB *PageSize 8K
*UIConstraints: *MediaType TAB *PageSize 16K
*UIConstraints: *MediaType TAB *PageSize EnvISOB5
*UIConstraints: *MediaType TAB *PageSize EnvC4
*UIConstraints: *MediaType TAB *PageSize EnvC5
*UIConstraints: *MediaType TAB *PageSize EnvC6
*UIConstraints: *MediaType TAB *PageSize EnvChou3
*UIConstraints: *MediaType TAB *PageSize EnvChou4
*UIConstraints: *MediaType TAB *PageSize EnvYou3
*UIConstraints: *MediaType TAB *PageSize EnvYou4
*UIConstraints: *MediaType TAB *PageSize EnvKaku1
*UIConstraints: *MediaType TAB *PageSize EnvKaku2
*UIConstraints: *MediaType TAB *PageSize EnvKaku3
*UIConstraints: *MediaType TAB *PageSize EnvDL
*UIConstraints: *MediaType TAB *PageSize EnvMonarch
*UIConstraints: *MediaType TAB *PageSize Env10
*UIConstraints: *MediaType TAB *PageSize JapanesePostCard
*UIConstraints: *MediaType TAB *PageSize 4x6_PostCard
*UIConstraints: *MediaType TAB *PageSize A3Extra
*UIConstraints: *MediaType TAB *PageSize A4Extra
*UIConstraints: *MediaType TAB *PageSize A5Extra
*UIConstraints: *MediaType TAB *PageSize B4Extra
*UIConstraints: *MediaType TAB *PageSize B5Extra
*UIConstraints: *MediaType TAB *PageSize TabloidExtra
*UIConstraints: *MediaType TAB *PageSize LetterExtra
*UIConstraints: *MediaType TAB *PageSize StatementExtra
*UIConstraints: *MediaType TAB *Binding TopBinding
*UIConstraints: *MediaType TAB *Binding RightBinding
*UIConstraints: *MediaType TAB *KMDuplex 2Sided
*UIConstraints: *MediaType TAB *Combination Booklet
*UIConstraints: *MediaType TAB *Staple 1StapleAuto(Left)
*UIConstraints: *MediaType TAB *Staple 1StapleZeroLeft
*UIConstraints: *MediaType TAB *Staple 1Staple(Right)
*UIConstraints: *MediaType TAB *Staple 2Staples
*UIConstraints: *MediaType TAB *Punch 2holes
*UIConstraints: *MediaType TAB *Punch 3holes
*UIConstraints: *MediaType TAB *Punch 4holes
*UIConstraints: *MediaType TAB *Fold Stitch
*UIConstraints: *MediaType TAB *Fold HalfFold
*UIConstraints: *MediaType TAB *Fold TriFold
*UIConstraints: *MediaType TAB *TransparencyInterleave Blank
*UIConstraints: *MediaType TAB *Model C3851
*UIConstraints: *MediaType TAB *Model C3851FS
*UIConstraints: *MediaType TAB *Model C3351
*UIConstraints: *MediaType Letterhead *PageSize EnvChou4
*UIConstraints: *MediaType Letterhead *PageSize EnvYou3
*UIConstraints: *MediaType Letterhead *PageSize EnvMonarch
*UIConstraints: *MediaType Letterhead *PageSize LetterTab-F
*UIConstraints: *MediaType Letterhead *PageSize A4Tab-F
*UIConstraints: *MediaType Letterhead *TransparencyInterleave Blank
*UIConstraints: *MediaType Special *PageSize LetterTab-F
*UIConstraints: *MediaType Special *PageSize A4Tab-F
*UIConstraints: *MediaType Special *TransparencyInterleave Blank
*UIConstraints: *MediaType Recycled *PageSize LetterTab-F
*UIConstraints: *MediaType Recycled *PageSize A4Tab-F
*UIConstraints: *MediaType Recycled *TransparencyInterleave Blank
*UIConstraints: *MediaType Recycled(2nd) *InputSlot Tray1
*UIConstraints: *MediaType Recycled(2nd) *InputSlot Tray2
*UIConstraints: *MediaType Recycled(2nd) *InputSlot Tray3
*UIConstraints: *MediaType Recycled(2nd) *InputSlot Tray4
*UIConstraints: *MediaType Recycled(2nd) *InputSlot LCT
*UIConstraints: *MediaType Recycled(2nd) *PageSize LetterTab-F
*UIConstraints: *MediaType Recycled(2nd) *PageSize A4Tab-F
*UIConstraints: *MediaType Recycled(2nd) *KMDuplex 2Sided
*UIConstraints: *MediaType Recycled(2nd) *Combination Booklet
*UIConstraints: *MediaType Recycled(2nd) *Fold Stitch
*UIConstraints: *MediaType Recycled(2nd) *Fold HalfFold
*UIConstraints: *MediaType Recycled(2nd) *Fold TriFold
*UIConstraints: *MediaType Recycled(2nd) *Fold ZFold1
*UIConstraints: *MediaType Recycled(2nd) *Fold ZFold2
*UIConstraints: *MediaType Recycled(2nd) *TransparencyInterleave Blank
*UIConstraints: *MediaType Labels *Offset True
*UIConstraints: *MediaType Labels *InputSlot Tray2
*UIConstraints: *MediaType Labels *InputSlot Tray3
*UIConstraints: *MediaType Labels *KMDuplex 2Sided
*UIConstraints: *MediaType Labels *Combination Booklet
*UIConstraints: *MediaType Labels *Staple 1StapleAuto(Left)
*UIConstraints: *MediaType Labels *Staple 1Staple(Right)
*UIConstraints: *MediaType Labels *Model C759
*UIConstraints: *MediaType Labels *Model C659
*UIConstraints: *MediaType Labels *Model C658
*UIConstraints: *MediaType Labels *Model C558
*UIConstraints: *MediaType Labels *Model C458
*UIConstraints: *MediaType Labels *Model C368
*UIConstraints: *MediaType Labels *Model C308
*UIConstraints: *MediaType Labels *Model C258
*UIConstraints: *MediaType Labels *Model C287
*UIConstraints: *MediaType Labels *Model C227
*UIConstraints: *MediaType Postcard *Offset True
*UIConstraints: *MediaType Postcard *InputSlot Tray2
*UIConstraints: *MediaType Postcard *InputSlot Tray3
*UIConstraints: *MediaType Postcard *KMDuplex 2Sided
*UIConstraints: *MediaType Postcard *Combination Booklet
*UIConstraints: *MediaType Postcard *Staple 1StapleAuto(Left)
*UIConstraints: *MediaType Postcard *Staple 1Staple(Right)
*UIConstraints: *MediaType Postcard *Model C759
*UIConstraints: *MediaType Postcard *Model C659
*UIConstraints: *MediaType Postcard *Model C658
*UIConstraints: *MediaType Postcard *Model C558
*UIConstraints: *MediaType Postcard *Model C458
*UIConstraints: *MediaType Postcard *Model C368
*UIConstraints: *MediaType Postcard *Model C308
*UIConstraints: *MediaType Postcard *Model C258
*UIConstraints: *MediaType Postcard *Model C287
*UIConstraints: *MediaType Postcard *Model C227
*UIConstraints: *MediaType Glossy *Offset True
*UIConstraints: *MediaType Glossy *InputSlot Tray2
*UIConstraints: *MediaType Glossy *InputSlot Tray3
*UIConstraints: *MediaType Glossy *KMDuplex 2Sided
*UIConstraints: *MediaType Glossy *Combination Booklet
*UIConstraints: *MediaType Glossy *Staple 1StapleAuto(Left)
*UIConstraints: *MediaType Glossy *Staple 1Staple(Right)
*UIConstraints: *MediaType Glossy *Model C759
*UIConstraints: *MediaType Glossy *Model C659
*UIConstraints: *MediaType Glossy *Model C658
*UIConstraints: *MediaType Glossy *Model C558
*UIConstraints: *MediaType Glossy *Model C458
*UIConstraints: *MediaType Glossy *Model C368
*UIConstraints: *MediaType Glossy *Model C308
*UIConstraints: *MediaType Glossy *Model C258
*UIConstraints: *MediaType Glossy *Model C287
*UIConstraints: *MediaType Glossy *Model C227
*UIConstraints: *MediaType GlossyPlus *Offset True
*UIConstraints: *MediaType GlossyPlus *InputSlot Tray2
*UIConstraints: *MediaType GlossyPlus *InputSlot Tray3
*UIConstraints: *MediaType GlossyPlus *KMDuplex 2Sided
*UIConstraints: *MediaType GlossyPlus *Combination Booklet
*UIConstraints: *MediaType GlossyPlus *Staple 1StapleAuto(Left)
*UIConstraints: *MediaType GlossyPlus *Staple 1Staple(Right)
*UIConstraints: *MediaType GlossyPlus *Model C759
*UIConstraints: *MediaType GlossyPlus *Model C659
*UIConstraints: *MediaType GlossyPlus *Model C658
*UIConstraints: *MediaType GlossyPlus *Model C558
*UIConstraints: *MediaType GlossyPlus *Model C458
*UIConstraints: *MediaType GlossyPlus *Model C368
*UIConstraints: *MediaType GlossyPlus *Model C308
*UIConstraints: *MediaType GlossyPlus *Model C258
*UIConstraints: *MediaType GlossyPlus *Model C287
*UIConstraints: *MediaType GlossyPlus *Model C227
*UIConstraints: *MediaType Glossy2 *Offset True
*UIConstraints: *MediaType Glossy2 *InputSlot Tray2
*UIConstraints: *MediaType Glossy2 *InputSlot Tray3
*UIConstraints: *MediaType Glossy2 *KMDuplex 2Sided
*UIConstraints: *MediaType Glossy2 *Combination Booklet
*UIConstraints: *MediaType Glossy2 *Staple 1StapleAuto(Left)
*UIConstraints: *MediaType Glossy2 *Staple 1Staple(Right)
*UIConstraints: *MediaType Glossy2 *Model C759
*UIConstraints: *MediaType Glossy2 *Model C659
*UIConstraints: *MediaType Glossy2 *Model C658
*UIConstraints: *MediaType Glossy2 *Model C558
*UIConstraints: *MediaType Glossy2 *Model C458
*UIConstraints: *MediaType Glossy2 *Model C368
*UIConstraints: *MediaType Glossy2 *Model C308
*UIConstraints: *MediaType Glossy2 *Model C258
*UIConstraints: *MediaType Glossy2 *Model C287
*UIConstraints: *MediaType Glossy2 *Model C227
*UIConstraints: *MediaType User1 *PageSize LetterTab-F
*UIConstraints: *MediaType User1 *PageSize A4Tab-F
*UIConstraints: *MediaType User1 *TransparencyInterleave Blank
*UIConstraints: *MediaType User1(2nd) *InputSlot Tray1
*UIConstraints: *MediaType User1(2nd) *InputSlot Tray2
*UIConstraints: *MediaType User1(2nd) *InputSlot Tray3
*UIConstraints: *MediaType User1(2nd) *InputSlot Tray4
*UIConstraints: *MediaType User1(2nd) *InputSlot LCT
*UIConstraints: *MediaType User1(2nd) *PageSize LetterTab-F
*UIConstraints: *MediaType User1(2nd) *PageSize A4Tab-F
*UIConstraints: *MediaType User1(2nd) *KMDuplex 2Sided
*UIConstraints: *MediaType User1(2nd) *Combination Booklet
*UIConstraints: *MediaType User1(2nd) *Fold Stitch
*UIConstraints: *MediaType User1(2nd) *Fold HalfFold
*UIConstraints: *MediaType User1(2nd) *Fold ZFold1
*UIConstraints: *MediaType User1(2nd) *Fold ZFold2
*UIConstraints: *MediaType User1(2nd) *TransparencyInterleave Blank
*UIConstraints: *MediaType User2 *PageSize LetterTab-F
*UIConstraints: *MediaType User2 *PageSize A4Tab-F
*UIConstraints: *MediaType User2 *TransparencyInterleave Blank
*UIConstraints: *MediaType User2(2nd) *InputSlot Tray1
*UIConstraints: *MediaType User2(2nd) *InputSlot Tray2
*UIConstraints: *MediaType User2(2nd) *InputSlot Tray3
*UIConstraints: *MediaType User2(2nd) *InputSlot Tray4
*UIConstraints: *MediaType User2(2nd) *InputSlot LCT
*UIConstraints: *MediaType User2(2nd) *PageSize LetterTab-F
*UIConstraints: *MediaType User2(2nd) *PageSize A4Tab-F
*UIConstraints: *MediaType User2(2nd) *KMDuplex 2Sided
*UIConstraints: *MediaType User2(2nd) *Combination Booklet
*UIConstraints: *MediaType User2(2nd) *Fold Stitch
*UIConstraints: *MediaType User2(2nd) *Fold HalfFold
*UIConstraints: *MediaType User2(2nd) *Fold ZFold1
*UIConstraints: *MediaType User2(2nd) *Fold ZFold2
*UIConstraints: *MediaType User2(2nd) *TransparencyInterleave Blank
*UIConstraints: *MediaType User3 *PageSize LetterTab-F
*UIConstraints: *MediaType User3 *PageSize A4Tab-F
*UIConstraints: *MediaType User3 *Fold HalfFold
*UIConstraints: *MediaType User3 *Fold TriFold
*UIConstraints: *MediaType User3 *Fold ZFold1
*UIConstraints: *MediaType User3 *Fold ZFold2
*UIConstraints: *MediaType User3 *TransparencyInterleave Blank
*UIConstraints: *MediaType User3 *GlossyMode True
*UIConstraints: *MediaType User3(2nd) *InputSlot Tray1
*UIConstraints: *MediaType User3(2nd) *InputSlot Tray2
*UIConstraints: *MediaType User3(2nd) *InputSlot Tray3
*UIConstraints: *MediaType User3(2nd) *InputSlot Tray4
*UIConstraints: *MediaType User3(2nd) *InputSlot LCT
*UIConstraints: *MediaType User3(2nd) *PageSize LetterTab-F
*UIConstraints: *MediaType User3(2nd) *PageSize A4Tab-F
*UIConstraints: *MediaType User3(2nd) *KMDuplex 2Sided
*UIConstraints: *MediaType User3(2nd) *Combination Booklet
*UIConstraints: *MediaType User3(2nd) *Fold Stitch
*UIConstraints: *MediaType User3(2nd) *Fold HalfFold
*UIConstraints: *MediaType User3(2nd) *Fold TriFold
*UIConstraints: *MediaType User3(2nd) *Fold ZFold1
*UIConstraints: *MediaType User3(2nd) *Fold ZFold2
*UIConstraints: *MediaType User3(2nd) *TransparencyInterleave Blank
*UIConstraints: *MediaType User3(2nd) *GlossyMode True
*UIConstraints: *MediaType User4 *PageSize LetterTab-F
*UIConstraints: *MediaType User4 *PageSize A4Tab-F
*UIConstraints: *MediaType User4 *Fold Stitch
*UIConstraints: *MediaType User4 *Fold HalfFold
*UIConstraints: *MediaType User4 *Fold TriFold
*UIConstraints: *MediaType User4 *Fold ZFold1
*UIConstraints: *MediaType User4 *Fold ZFold2
*UIConstraints: *MediaType User4 *TransparencyInterleave Blank
*UIConstraints: *MediaType User4 *GlossyMode True
*UIConstraints: *MediaType User4(2nd) *InputSlot Tray1
*UIConstraints: *MediaType User4(2nd) *InputSlot Tray2
*UIConstraints: *MediaType User4(2nd) *InputSlot Tray3
*UIConstraints: *MediaType User4(2nd) *InputSlot Tray4
*UIConstraints: *MediaType User4(2nd) *InputSlot LCT
*UIConstraints: *MediaType User4(2nd) *PageSize LetterTab-F
*UIConstraints: *MediaType User4(2nd) *PageSize A4Tab-F
*UIConstraints: *MediaType User4(2nd) *KMDuplex 2Sided
*UIConstraints: *MediaType User4(2nd) *Combination Booklet
*UIConstraints: *MediaType User4(2nd) *Fold Stitch
*UIConstraints: *MediaType User4(2nd) *Fold HalfFold
*UIConstraints: *MediaType User4(2nd) *Fold TriFold
*UIConstraints: *MediaType User4(2nd) *Fold ZFold1
*UIConstraints: *MediaType User4(2nd) *Fold ZFold2
*UIConstraints: *MediaType User4(2nd) *TransparencyInterleave Blank
*UIConstraints: *MediaType User4(2nd) *GlossyMode True
*UIConstraints: *MediaType User5 *PageSize LetterTab-F
*UIConstraints: *MediaType User5 *PageSize A4Tab-F
*UIConstraints: *MediaType User5 *Fold Stitch
*UIConstraints: *MediaType User5 *Fold HalfFold
*UIConstraints: *MediaType User5 *Fold TriFold
*UIConstraints: *MediaType User5 *Fold ZFold1
*UIConstraints: *MediaType User5 *Fold ZFold2
*UIConstraints: *MediaType User5 *TransparencyInterleave Blank
*UIConstraints: *MediaType User5 *GlossyMode True
*UIConstraints: *MediaType User5(2nd) *InputSlot Tray1
*UIConstraints: *MediaType User5(2nd) *InputSlot Tray2
*UIConstraints: *MediaType User5(2nd) *InputSlot Tray3
*UIConstraints: *MediaType User5(2nd) *InputSlot Tray4
*UIConstraints: *MediaType User5(2nd) *InputSlot LCT
*UIConstraints: *MediaType User5(2nd) *PageSize LetterTab-F
*UIConstraints: *MediaType User5(2nd) *PageSize A4Tab-F
*UIConstraints: *MediaType User5(2nd) *KMDuplex 2Sided
*UIConstraints: *MediaType User5(2nd) *Combination Booklet
*UIConstraints: *MediaType User5(2nd) *Fold Stitch
*UIConstraints: *MediaType User5(2nd) *Fold HalfFold
*UIConstraints: *MediaType User5(2nd) *Fold TriFold
*UIConstraints: *MediaType User5(2nd) *Fold ZFold1
*UIConstraints: *MediaType User5(2nd) *Fold ZFold2
*UIConstraints: *MediaType User5(2nd) *TransparencyInterleave Blank
*UIConstraints: *MediaType User5(2nd) *GlossyMode True
*UIConstraints: *MediaType User6 *PageSize LetterTab-F
*UIConstraints: *MediaType User6 *PageSize A4Tab-F
*UIConstraints: *MediaType User6 *Staple 1StapleAuto(Left)
*UIConstraints: *MediaType User6 *Staple 1StapleZeroLeft
*UIConstraints: *MediaType User6 *Staple 1Staple(Right)
*UIConstraints: *MediaType User6 *Staple 2Staples
*UIConstraints: *MediaType User6 *Fold Stitch
*UIConstraints: *MediaType User6 *Fold HalfFold
*UIConstraints: *MediaType User6 *Fold TriFold
*UIConstraints: *MediaType User6 *Fold ZFold1
*UIConstraints: *MediaType User6 *Fold ZFold2
*UIConstraints: *MediaType User6 *TransparencyInterleave Blank
*UIConstraints: *MediaType User6 *GlossyMode True
*UIConstraints: *MediaType User6 *Model C3851
*UIConstraints: *MediaType User6 *Model C3851FS
*UIConstraints: *MediaType User6 *Model C3351
*UIConstraints: *MediaType User6(2nd) *InputSlot Tray1
*UIConstraints: *MediaType User6(2nd) *InputSlot Tray2
*UIConstraints: *MediaType User6(2nd) *InputSlot Tray3
*UIConstraints: *MediaType User6(2nd) *InputSlot Tray4
*UIConstraints: *MediaType User6(2nd) *InputSlot LCT
*UIConstraints: *MediaType User6(2nd) *PageSize LetterTab-F
*UIConstraints: *MediaType User6(2nd) *PageSize A4Tab-F
*UIConstraints: *MediaType User6(2nd) *KMDuplex 2Sided
*UIConstraints: *MediaType User6(2nd) *Combination Booklet
*UIConstraints: *MediaType User6(2nd) *Staple 1StapleAuto(Left)
*UIConstraints: *MediaType User6(2nd) *Staple 1StapleZeroLeft
*UIConstraints: *MediaType User6(2nd) *Staple 1Staple(Right)
*UIConstraints: *MediaType User6(2nd) *Staple 2Staples
*UIConstraints: *MediaType User6(2nd) *Fold Stitch
*UIConstraints: *MediaType User6(2nd) *Fold HalfFold
*UIConstraints: *MediaType User6(2nd) *Fold TriFold
*UIConstraints: *MediaType User6(2nd) *Fold ZFold1
*UIConstraints: *MediaType User6(2nd) *Fold ZFold2
*UIConstraints: *MediaType User6(2nd) *TransparencyInterleave Blank
*UIConstraints: *MediaType User6(2nd) *GlossyMode True
*UIConstraints: *MediaType User6(2nd) *Model C3851
*UIConstraints: *MediaType User6(2nd) *Model C3851FS
*UIConstraints: *MediaType User6(2nd) *Model C3351
*UIConstraints: *PageSize A3 *MediaType TAB
*UIConstraints: *PageSize A3 *OutputBin Tray4
*UIConstraints: *PageSize A3 *Combination Booklet
*UIConstraints: *PageSize A3 *Fold TriFold
*UIConstraints: *PageSize A3 *Model C3851
*UIConstraints: *PageSize A3 *Model C3851FS
*UIConstraints: *PageSize A3 *Model C3351
*UIConstraints: *PageSize A4 *MediaType TAB
*UIConstraints: *PageSize A5 *MediaType TAB
*UIConstraints: *PageSize A5 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize A5 *Punch 3holes
*UIConstraints: *PageSize A5 *Fold TriFold
*UIConstraints: *PageSize A6 *InputSlot LCT
*UIConstraints: *PageSize A6 *MediaType Thin
*UIConstraints: *PageSize A6 *MediaType Thin(2nd)
*UIConstraints: *PageSize A6 *MediaType Transparency
*UIConstraints: *PageSize A6 *MediaType TAB
*UIConstraints: *PageSize A6 *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize A6 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize A6 *Staple 1Staple(Right)
*UIConstraints: *PageSize A6 *Staple 2Staples
*UIConstraints: *PageSize A6 *Punch 2holes
*UIConstraints: *PageSize A6 *Punch 3holes
*UIConstraints: *PageSize A6 *Punch 4holes
*UIConstraints: *PageSize A6 *Fold Stitch
*UIConstraints: *PageSize A6 *Fold HalfFold
*UIConstraints: *PageSize A6 *Fold TriFold
*UIConstraints: *PageSize A6 *TransparencyInterleave Blank
*UIConstraints: *PageSize B4 *MediaType TAB
*UIConstraints: *PageSize B4 *OutputBin Tray4
*UIConstraints: *PageSize B4 *Combination Booklet
*UIConstraints: *PageSize B4 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize B4 *Fold TriFold
*UIConstraints: *PageSize B4 *Model C3851
*UIConstraints: *PageSize B4 *Model C3851FS
*UIConstraints: *PageSize B4 *Model C3351
*UIConstraints: *PageSize B5 *MediaType TAB
*UIConstraints: *PageSize B5 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize B5 *Fold TriFold
*UIConstraints: *PageSize B6 *InputSlot LCT
*UIConstraints: *PageSize B6 *MediaType Thin
*UIConstraints: *PageSize B6 *MediaType Thin(2nd)
*UIConstraints: *PageSize B6 *MediaType Transparency
*UIConstraints: *PageSize B6 *MediaType TAB
*UIConstraints: *PageSize B6 *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize B6 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize B6 *Staple 1Staple(Right)
*UIConstraints: *PageSize B6 *Staple 2Staples
*UIConstraints: *PageSize B6 *Punch 2holes
*UIConstraints: *PageSize B6 *Punch 3holes
*UIConstraints: *PageSize B6 *Punch 4holes
*UIConstraints: *PageSize B6 *Fold Stitch
*UIConstraints: *PageSize B6 *Fold HalfFold
*UIConstraints: *PageSize B6 *Fold TriFold
*UIConstraints: *PageSize B6 *TransparencyInterleave Blank
*UIConstraints: *PageSize SRA3 *InputSlot Tray3
*UIConstraints: *PageSize SRA3 *InputSlot Tray4
*UIConstraints: *PageSize SRA3 *MediaType TAB
*UIConstraints: *PageSize SRA3 *OutputBin Tray4
*UIConstraints: *PageSize SRA3 *Combination Booklet
*UIConstraints: *PageSize SRA3 *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize SRA3 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize SRA3 *Staple 1Staple(Right)
*UIConstraints: *PageSize SRA3 *Staple 2Staples
*UIConstraints: *PageSize SRA3 *Punch 2holes
*UIConstraints: *PageSize SRA3 *Punch 3holes
*UIConstraints: *PageSize SRA3 *Punch 4holes
*UIConstraints: *PageSize SRA3 *Fold TriFold
*UIConstraints: *PageSize SRA3 *Model C287
*UIConstraints: *PageSize SRA3 *Model C227
*UIConstraints: *PageSize SRA3 *Model C3851
*UIConstraints: *PageSize SRA3 *Model C3851FS
*UIConstraints: *PageSize SRA3 *Model C3351
*UIConstraints: *PageSize 220mmx330mm *InputSlot LCT
*UIConstraints: *PageSize 220mmx330mm *MediaType TAB
*UIConstraints: *PageSize 220mmx330mm *OutputBin Tray4
*UIConstraints: *PageSize 220mmx330mm *Combination Booklet
*UIConstraints: *PageSize 220mmx330mm *Staple 1StapleZeroLeft
*UIConstraints: *PageSize 220mmx330mm *Punch 3holes
*UIConstraints: *PageSize 220mmx330mm *Fold TriFold
*UIConstraints: *PageSize 220mmx330mm *Model C3851
*UIConstraints: *PageSize 220mmx330mm *Model C3851FS
*UIConstraints: *PageSize 220mmx330mm *Model C3351
*UIConstraints: *PageSize 12x18 *InputSlot Tray1
*UIConstraints: *PageSize 12x18 *InputSlot Tray3
*UIConstraints: *PageSize 12x18 *InputSlot Tray4
*UIConstraints: *PageSize 12x18 *MediaType TAB
*UIConstraints: *PageSize 12x18 *OutputBin Tray4
*UIConstraints: *PageSize 12x18 *Combination Booklet
*UIConstraints: *PageSize 12x18 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize 12x18 *Punch 2holes
*UIConstraints: *PageSize 12x18 *Punch 3holes
*UIConstraints: *PageSize 12x18 *Punch 4holes
*UIConstraints: *PageSize 12x18 *Fold TriFold
*UIConstraints: *PageSize 12x18 *Model C287
*UIConstraints: *PageSize 12x18 *Model C227
*UIConstraints: *PageSize 12x18 *Model C3851
*UIConstraints: *PageSize 12x18 *Model C3851FS
*UIConstraints: *PageSize 12x18 *Model C3351
*UIConstraints: *PageSize Tabloid *MediaType TAB
*UIConstraints: *PageSize Tabloid *OutputBin Tray4
*UIConstraints: *PageSize Tabloid *Combination Booklet
*UIConstraints: *PageSize Tabloid *Fold TriFold
*UIConstraints: *PageSize Tabloid *Model C3851
*UIConstraints: *PageSize Tabloid *Model C3851FS
*UIConstraints: *PageSize Tabloid *Model C3351
*UIConstraints: *PageSize Legal *MediaType TAB
*UIConstraints: *PageSize Legal *OutputBin Tray4
*UIConstraints: *PageSize Legal *Combination Booklet
*UIConstraints: *PageSize Legal *Staple 1StapleZeroLeft
*UIConstraints: *PageSize Legal *Punch 3holes
*UIConstraints: *PageSize Legal *Fold TriFold
*UIConstraints: *PageSize Letter *MediaType TAB
*UIConstraints: *PageSize LetterPlus *Offset True
*UIConstraints: *PageSize LetterPlus *InputSlot Tray2
*UIConstraints: *PageSize LetterPlus *InputSlot Tray3
*UIConstraints: *PageSize LetterPlus *Combination Booklet
*UIConstraints: *PageSize LetterPlus *Model C759
*UIConstraints: *PageSize LetterPlus *Model C659
*UIConstraints: *PageSize LetterPlus *Model C658
*UIConstraints: *PageSize LetterPlus *Model C558
*UIConstraints: *PageSize LetterPlus *Model C458
*UIConstraints: *PageSize LetterPlus *Model C368
*UIConstraints: *PageSize LetterPlus *Model C308
*UIConstraints: *PageSize LetterPlus *Model C258
*UIConstraints: *PageSize LetterPlus *Model C287
*UIConstraints: *PageSize LetterPlus *Model C227
*UIConstraints: *PageSize Statement *MediaType TAB
*UIConstraints: *PageSize Statement *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize Statement *Staple 1StapleZeroLeft
*UIConstraints: *PageSize Statement *Staple 1Staple(Right)
*UIConstraints: *PageSize Statement *Staple 2Staples
*UIConstraints: *PageSize Statement *Punch 3holes
*UIConstraints: *PageSize Statement *Fold TriFold
*UIConstraints: *PageSize 8x13 *InputSlot LCT
*UIConstraints: *PageSize 8x13 *MediaType TAB
*UIConstraints: *PageSize 8x13 *OutputBin Tray4
*UIConstraints: *PageSize 8x13 *Combination Booklet
*UIConstraints: *PageSize 8x13 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize 8x13 *Punch 3holes
*UIConstraints: *PageSize 8x13 *Fold Stitch
*UIConstraints: *PageSize 8x13 *Fold HalfFold
*UIConstraints: *PageSize 8x13 *Fold TriFold
*UIConstraints: *PageSize 8.5x13 *InputSlot LCT
*UIConstraints: *PageSize 8.5x13 *MediaType TAB
*UIConstraints: *PageSize 8.5x13 *OutputBin Tray4
*UIConstraints: *PageSize 8.5x13 *Combination Booklet
*UIConstraints: *PageSize 8.5x13 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize 8.5x13 *Punch 3holes
*UIConstraints: *PageSize 8.5x13 *Fold TriFold
*UIConstraints: *PageSize 8.5x13.5 *InputSlot LCT
*UIConstraints: *PageSize 8.5x13.5 *MediaType TAB
*UIConstraints: *PageSize 8.5x13.5 *OutputBin Tray4
*UIConstraints: *PageSize 8.5x13.5 *Combination Booklet
*UIConstraints: *PageSize 8.5x13.5 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize 8.5x13.5 *Punch 3holes
*UIConstraints: *PageSize 8.5x13.5 *Punch 4holes
*UIConstraints: *PageSize 8.5x13.5 *Fold TriFold
*UIConstraints: *PageSize 8.25x13 *InputSlot LCT
*UIConstraints: *PageSize 8.25x13 *MediaType TAB
*UIConstraints: *PageSize 8.25x13 *OutputBin Tray4
*UIConstraints: *PageSize 8.25x13 *Combination Booklet
*UIConstraints: *PageSize 8.25x13 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize 8.25x13 *Punch 3holes
*UIConstraints: *PageSize 8.25x13 *Fold Stitch
*UIConstraints: *PageSize 8.25x13 *Fold HalfFold
*UIConstraints: *PageSize 8.25x13 *Fold TriFold
*UIConstraints: *PageSize 8.125x13.25 *InputSlot LCT
*UIConstraints: *PageSize 8.125x13.25 *MediaType TAB
*UIConstraints: *PageSize 8.125x13.25 *OutputBin Tray4
*UIConstraints: *PageSize 8.125x13.25 *Combination Booklet
*UIConstraints: *PageSize 8.125x13.25 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize 8.125x13.25 *Punch 3holes
*UIConstraints: *PageSize 8.125x13.25 *Fold Stitch
*UIConstraints: *PageSize 8.125x13.25 *Fold HalfFold
*UIConstraints: *PageSize 8.125x13.25 *Fold TriFold
*UIConstraints: *PageSize 8x10 *Offset True
*UIConstraints: *PageSize 8x10 *InputSlot Tray1
*UIConstraints: *PageSize 8x10 *InputSlot Tray2
*UIConstraints: *PageSize 8x10 *InputSlot Tray3
*UIConstraints: *PageSize 8x10 *Combination Booklet
*UIConstraints: *PageSize 8x10 *Model C759
*UIConstraints: *PageSize 8x10 *Model C659
*UIConstraints: *PageSize 8x10 *Model C658
*UIConstraints: *PageSize 8x10 *Model C558
*UIConstraints: *PageSize 8x10 *Model C458
*UIConstraints: *PageSize 8x10 *Model C368
*UIConstraints: *PageSize 8x10 *Model C308
*UIConstraints: *PageSize 8x10 *Model C258
*UIConstraints: *PageSize 8x10 *Model C287
*UIConstraints: *PageSize 8x10 *Model C227
*UIConstraints: *PageSize 8x10.5 *InputSlot Tray2
*UIConstraints: *PageSize 8x10.5 *InputSlot Tray3
*UIConstraints: *PageSize 8x10.5 *Combination Booklet
*UIConstraints: *PageSize 8x10.5 *Model C759
*UIConstraints: *PageSize 8x10.5 *Model C659
*UIConstraints: *PageSize 8x10.5 *Model C658
*UIConstraints: *PageSize 8x10.5 *Model C558
*UIConstraints: *PageSize 8x10.5 *Model C458
*UIConstraints: *PageSize 8x10.5 *Model C368
*UIConstraints: *PageSize 8x10.5 *Model C308
*UIConstraints: *PageSize 8x10.5 *Model C258
*UIConstraints: *PageSize 8x10.5 *Model C287
*UIConstraints: *PageSize 8x10.5 *Model C227
*UIConstraints: *PageSize Executive *InputSlot Tray1
*UIConstraints: *PageSize Executive *InputSlot Tray2
*UIConstraints: *PageSize Executive *InputSlot Tray3
*UIConstraints: *PageSize Executive *InputSlot Tray4
*UIConstraints: *PageSize Executive *InputSlot LCT
*UIConstraints: *PageSize Executive *MediaType TAB
*UIConstraints: *PageSize Executive *Combination Booklet
*UIConstraints: *PageSize Executive *Staple 1StapleZeroLeft
*UIConstraints: *PageSize Executive *Fold Stitch
*UIConstraints: *PageSize Executive *Fold HalfFold
*UIConstraints: *PageSize Executive *Fold TriFold
*UIConstraints: *PageSize Executive *TransparencyInterleave Blank
*UIConstraints: *PageSize 8K *InputSlot LCT
*UIConstraints: *PageSize 8K *MediaType TAB
*UIConstraints: *PageSize 8K *OutputBin Tray4
*UIConstraints: *PageSize 8K *Combination Booklet
*UIConstraints: *PageSize 8K *Staple 1StapleZeroLeft
*UIConstraints: *PageSize 8K *Fold TriFold
*UIConstraints: *PageSize 8K *Model C3851
*UIConstraints: *PageSize 8K *Model C3851FS
*UIConstraints: *PageSize 8K *Model C3351
*UIConstraints: *PageSize 16K *InputSlot LCT
*UIConstraints: *PageSize 16K *MediaType TAB
*UIConstraints: *PageSize 16K *Staple 1StapleZeroLeft
*UIConstraints: *PageSize EnvISOB5 *Offset True
*UIConstraints: *PageSize EnvISOB5 *InputSlot Tray1
*UIConstraints: *PageSize EnvISOB5 *InputSlot Tray2
*UIConstraints: *PageSize EnvISOB5 *InputSlot Tray3
*UIConstraints: *PageSize EnvISOB5 *InputSlot Tray4
*UIConstraints: *PageSize EnvISOB5 *InputSlot LCT
*UIConstraints: *PageSize EnvISOB5 *MediaType Thin
*UIConstraints: *PageSize EnvISOB5 *MediaType Transparency
*UIConstraints: *PageSize EnvISOB5 *MediaType TAB
*UIConstraints: *PageSize EnvISOB5 *Combination Booklet
*UIConstraints: *PageSize EnvISOB5 *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize EnvISOB5 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize EnvISOB5 *Staple 1Staple(Right)
*UIConstraints: *PageSize EnvISOB5 *Staple 2Staples
*UIConstraints: *PageSize EnvISOB5 *Punch 2holes
*UIConstraints: *PageSize EnvISOB5 *Punch 3holes
*UIConstraints: *PageSize EnvISOB5 *Punch 4holes
*UIConstraints: *PageSize EnvISOB5 *Fold Stitch
*UIConstraints: *PageSize EnvISOB5 *Fold HalfFold
*UIConstraints: *PageSize EnvISOB5 *Fold TriFold
*UIConstraints: *PageSize EnvISOB5 *TransparencyInterleave Blank
*UIConstraints: *PageSize EnvC4 *Offset True
*UIConstraints: *PageSize EnvC4 *InputSlot Tray1
*UIConstraints: *PageSize EnvC4 *InputSlot Tray2
*UIConstraints: *PageSize EnvC4 *InputSlot Tray3
*UIConstraints: *PageSize EnvC4 *InputSlot Tray4
*UIConstraints: *PageSize EnvC4 *InputSlot LCT
*UIConstraints: *PageSize EnvC4 *MediaType Thin
*UIConstraints: *PageSize EnvC4 *MediaType Transparency
*UIConstraints: *PageSize EnvC4 *MediaType TAB
*UIConstraints: *PageSize EnvC4 *Combination Booklet
*UIConstraints: *PageSize EnvC4 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize EnvC4 *Punch 2holes
*UIConstraints: *PageSize EnvC4 *Punch 3holes
*UIConstraints: *PageSize EnvC4 *Punch 4holes
*UIConstraints: *PageSize EnvC4 *Fold TriFold
*UIConstraints: *PageSize EnvC4 *TransparencyInterleave Blank
*UIConstraints: *PageSize EnvC4 *Model C3851
*UIConstraints: *PageSize EnvC4 *Model C3851FS
*UIConstraints: *PageSize EnvC4 *Model C3351
*UIConstraints: *PageSize EnvC5 *Offset True
*UIConstraints: *PageSize EnvC5 *InputSlot Tray1
*UIConstraints: *PageSize EnvC5 *InputSlot Tray2
*UIConstraints: *PageSize EnvC5 *InputSlot Tray3
*UIConstraints: *PageSize EnvC5 *InputSlot Tray4
*UIConstraints: *PageSize EnvC5 *InputSlot LCT
*UIConstraints: *PageSize EnvC5 *MediaType Thin
*UIConstraints: *PageSize EnvC5 *MediaType Transparency
*UIConstraints: *PageSize EnvC5 *MediaType TAB
*UIConstraints: *PageSize EnvC5 *Combination Booklet
*UIConstraints: *PageSize EnvC5 *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize EnvC5 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize EnvC5 *Staple 1Staple(Right)
*UIConstraints: *PageSize EnvC5 *Staple 2Staples
*UIConstraints: *PageSize EnvC5 *Punch 2holes
*UIConstraints: *PageSize EnvC5 *Punch 3holes
*UIConstraints: *PageSize EnvC5 *Punch 4holes
*UIConstraints: *PageSize EnvC5 *Fold Stitch
*UIConstraints: *PageSize EnvC5 *Fold HalfFold
*UIConstraints: *PageSize EnvC5 *Fold TriFold
*UIConstraints: *PageSize EnvC5 *TransparencyInterleave Blank
*UIConstraints: *PageSize EnvC5 *Model C3851
*UIConstraints: *PageSize EnvC5 *Model C3851FS
*UIConstraints: *PageSize EnvC5 *Model C3351
*UIConstraints: *PageSize EnvC6 *Offset True
*UIConstraints: *PageSize EnvC6 *InputSlot Tray1
*UIConstraints: *PageSize EnvC6 *InputSlot Tray2
*UIConstraints: *PageSize EnvC6 *InputSlot Tray3
*UIConstraints: *PageSize EnvC6 *InputSlot Tray4
*UIConstraints: *PageSize EnvC6 *InputSlot LCT
*UIConstraints: *PageSize EnvC6 *MediaType Thin
*UIConstraints: *PageSize EnvC6 *MediaType Transparency
*UIConstraints: *PageSize EnvC6 *MediaType TAB
*UIConstraints: *PageSize EnvC6 *Combination Booklet
*UIConstraints: *PageSize EnvC6 *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize EnvC6 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize EnvC6 *Staple 1Staple(Right)
*UIConstraints: *PageSize EnvC6 *Staple 2Staples
*UIConstraints: *PageSize EnvC6 *Punch 2holes
*UIConstraints: *PageSize EnvC6 *Punch 3holes
*UIConstraints: *PageSize EnvC6 *Punch 4holes
*UIConstraints: *PageSize EnvC6 *Fold Stitch
*UIConstraints: *PageSize EnvC6 *Fold HalfFold
*UIConstraints: *PageSize EnvC6 *Fold TriFold
*UIConstraints: *PageSize EnvC6 *TransparencyInterleave Blank
*UIConstraints: *PageSize EnvChou3 *Offset True
*UIConstraints: *PageSize EnvChou3 *InputSlot Tray2
*UIConstraints: *PageSize EnvChou3 *InputSlot Tray3
*UIConstraints: *PageSize EnvChou3 *InputSlot Tray4
*UIConstraints: *PageSize EnvChou3 *InputSlot LCT
*UIConstraints: *PageSize EnvChou3 *MediaType Thin
*UIConstraints: *PageSize EnvChou3 *MediaType Transparency
*UIConstraints: *PageSize EnvChou3 *MediaType TAB
*UIConstraints: *PageSize EnvChou3 *Combination Booklet
*UIConstraints: *PageSize EnvChou3 *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize EnvChou3 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize EnvChou3 *Staple 1Staple(Right)
*UIConstraints: *PageSize EnvChou3 *Staple 2Staples
*UIConstraints: *PageSize EnvChou3 *Punch 2holes
*UIConstraints: *PageSize EnvChou3 *Punch 3holes
*UIConstraints: *PageSize EnvChou3 *Punch 4holes
*UIConstraints: *PageSize EnvChou3 *Fold Stitch
*UIConstraints: *PageSize EnvChou3 *Fold HalfFold
*UIConstraints: *PageSize EnvChou3 *Fold TriFold
*UIConstraints: *PageSize EnvChou3 *TransparencyInterleave Blank
*UIConstraints: *PageSize EnvChou4 *Offset True
*UIConstraints: *PageSize EnvChou4 *InputSlot Tray1
*UIConstraints: *PageSize EnvChou4 *InputSlot Tray2
*UIConstraints: *PageSize EnvChou4 *InputSlot Tray3
*UIConstraints: *PageSize EnvChou4 *InputSlot Tray4
*UIConstraints: *PageSize EnvChou4 *InputSlot LCT
*UIConstraints: *PageSize EnvChou4 *MediaType Thin
*UIConstraints: *PageSize EnvChou4 *MediaType Transparency
*UIConstraints: *PageSize EnvChou4 *MediaType TAB
*UIConstraints: *PageSize EnvChou4 *MediaType Letterhead
*UIConstraints: *PageSize EnvChou4 *KMDuplex 2Sided
*UIConstraints: *PageSize EnvChou4 *Combination Booklet
*UIConstraints: *PageSize EnvChou4 *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize EnvChou4 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize EnvChou4 *Staple 1Staple(Right)
*UIConstraints: *PageSize EnvChou4 *Staple 2Staples
*UIConstraints: *PageSize EnvChou4 *Punch 2holes
*UIConstraints: *PageSize EnvChou4 *Punch 3holes
*UIConstraints: *PageSize EnvChou4 *Punch 4holes
*UIConstraints: *PageSize EnvChou4 *Fold Stitch
*UIConstraints: *PageSize EnvChou4 *Fold HalfFold
*UIConstraints: *PageSize EnvChou4 *Fold TriFold
*UIConstraints: *PageSize EnvChou4 *TransparencyInterleave Blank
*UIConstraints: *PageSize EnvYou3 *Offset True
*UIConstraints: *PageSize EnvYou3 *InputSlot Tray1
*UIConstraints: *PageSize EnvYou3 *InputSlot Tray2
*UIConstraints: *PageSize EnvYou3 *InputSlot Tray3
*UIConstraints: *PageSize EnvYou3 *InputSlot Tray4
*UIConstraints: *PageSize EnvYou3 *InputSlot LCT
*UIConstraints: *PageSize EnvYou3 *MediaType Thin
*UIConstraints: *PageSize EnvYou3 *MediaType Transparency
*UIConstraints: *PageSize EnvYou3 *MediaType TAB
*UIConstraints: *PageSize EnvYou3 *MediaType Letterhead
*UIConstraints: *PageSize EnvYou3 *KMDuplex 2Sided
*UIConstraints: *PageSize EnvYou3 *Combination Booklet
*UIConstraints: *PageSize EnvYou3 *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize EnvYou3 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize EnvYou3 *Staple 1Staple(Right)
*UIConstraints: *PageSize EnvYou3 *Staple 2Staples
*UIConstraints: *PageSize EnvYou3 *Punch 2holes
*UIConstraints: *PageSize EnvYou3 *Punch 3holes
*UIConstraints: *PageSize EnvYou3 *Punch 4holes
*UIConstraints: *PageSize EnvYou3 *Fold Stitch
*UIConstraints: *PageSize EnvYou3 *Fold HalfFold
*UIConstraints: *PageSize EnvYou3 *Fold TriFold
*UIConstraints: *PageSize EnvYou3 *TransparencyInterleave Blank
*UIConstraints: *PageSize EnvYou4 *Offset True
*UIConstraints: *PageSize EnvYou4 *InputSlot Tray1
*UIConstraints: *PageSize EnvYou4 *InputSlot Tray2
*UIConstraints: *PageSize EnvYou4 *InputSlot Tray3
*UIConstraints: *PageSize EnvYou4 *InputSlot Tray4
*UIConstraints: *PageSize EnvYou4 *InputSlot LCT
*UIConstraints: *PageSize EnvYou4 *MediaType Thin
*UIConstraints: *PageSize EnvYou4 *MediaType Transparency
*UIConstraints: *PageSize EnvYou4 *MediaType TAB
*UIConstraints: *PageSize EnvYou4 *Combination Booklet
*UIConstraints: *PageSize EnvYou4 *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize EnvYou4 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize EnvYou4 *Staple 1Staple(Right)
*UIConstraints: *PageSize EnvYou4 *Staple 2Staples
*UIConstraints: *PageSize EnvYou4 *Punch 2holes
*UIConstraints: *PageSize EnvYou4 *Punch 3holes
*UIConstraints: *PageSize EnvYou4 *Punch 4holes
*UIConstraints: *PageSize EnvYou4 *Fold Stitch
*UIConstraints: *PageSize EnvYou4 *Fold HalfFold
*UIConstraints: *PageSize EnvYou4 *Fold TriFold
*UIConstraints: *PageSize EnvYou4 *TransparencyInterleave Blank
*UIConstraints: *PageSize EnvYou4 *Model C3851
*UIConstraints: *PageSize EnvYou4 *Model C3851FS
*UIConstraints: *PageSize EnvYou4 *Model C3351
*UIConstraints: *PageSize EnvKaku1 *Offset True
*UIConstraints: *PageSize EnvKaku1 *InputSlot Tray1
*UIConstraints: *PageSize EnvKaku1 *InputSlot Tray2
*UIConstraints: *PageSize EnvKaku1 *InputSlot Tray3
*UIConstraints: *PageSize EnvKaku1 *InputSlot Tray4
*UIConstraints: *PageSize EnvKaku1 *InputSlot LCT
*UIConstraints: *PageSize EnvKaku1 *MediaType Thin
*UIConstraints: *PageSize EnvKaku1 *MediaType Transparency
*UIConstraints: *PageSize EnvKaku1 *MediaType TAB
*UIConstraints: *PageSize EnvKaku1 *Combination Booklet
*UIConstraints: *PageSize EnvKaku1 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize EnvKaku1 *Punch 2holes
*UIConstraints: *PageSize EnvKaku1 *Punch 3holes
*UIConstraints: *PageSize EnvKaku1 *Punch 4holes
*UIConstraints: *PageSize EnvKaku1 *Fold TriFold
*UIConstraints: *PageSize EnvKaku1 *TransparencyInterleave Blank
*UIConstraints: *PageSize EnvKaku1 *Model C3851
*UIConstraints: *PageSize EnvKaku1 *Model C3851FS
*UIConstraints: *PageSize EnvKaku1 *Model C3351
*UIConstraints: *PageSize EnvKaku2 *Offset True
*UIConstraints: *PageSize EnvKaku2 *InputSlot Tray1
*UIConstraints: *PageSize EnvKaku2 *InputSlot Tray2
*UIConstraints: *PageSize EnvKaku2 *InputSlot Tray3
*UIConstraints: *PageSize EnvKaku2 *InputSlot Tray4
*UIConstraints: *PageSize EnvKaku2 *InputSlot LCT
*UIConstraints: *PageSize EnvKaku2 *MediaType Thin
*UIConstraints: *PageSize EnvKaku2 *MediaType Transparency
*UIConstraints: *PageSize EnvKaku2 *MediaType TAB
*UIConstraints: *PageSize EnvKaku2 *Combination Booklet
*UIConstraints: *PageSize EnvKaku2 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize EnvKaku2 *Punch 2holes
*UIConstraints: *PageSize EnvKaku2 *Punch 3holes
*UIConstraints: *PageSize EnvKaku2 *Punch 4holes
*UIConstraints: *PageSize EnvKaku2 *Fold TriFold
*UIConstraints: *PageSize EnvKaku2 *TransparencyInterleave Blank
*UIConstraints: *PageSize EnvKaku2 *Model C3851
*UIConstraints: *PageSize EnvKaku2 *Model C3851FS
*UIConstraints: *PageSize EnvKaku2 *Model C3351
*UIConstraints: *PageSize EnvKaku3 *Offset True
*UIConstraints: *PageSize EnvKaku3 *InputSlot Tray1
*UIConstraints: *PageSize EnvKaku3 *InputSlot Tray2
*UIConstraints: *PageSize EnvKaku3 *InputSlot Tray3
*UIConstraints: *PageSize EnvKaku3 *InputSlot Tray4
*UIConstraints: *PageSize EnvKaku3 *InputSlot LCT
*UIConstraints: *PageSize EnvKaku3 *MediaType Thin
*UIConstraints: *PageSize EnvKaku3 *MediaType Transparency
*UIConstraints: *PageSize EnvKaku3 *MediaType TAB
*UIConstraints: *PageSize EnvKaku3 *Combination Booklet
*UIConstraints: *PageSize EnvKaku3 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize EnvKaku3 *Punch 2holes
*UIConstraints: *PageSize EnvKaku3 *Punch 3holes
*UIConstraints: *PageSize EnvKaku3 *Punch 4holes
*UIConstraints: *PageSize EnvKaku3 *Fold Stitch
*UIConstraints: *PageSize EnvKaku3 *Fold HalfFold
*UIConstraints: *PageSize EnvKaku3 *Fold TriFold
*UIConstraints: *PageSize EnvKaku3 *TransparencyInterleave Blank
*UIConstraints: *PageSize EnvKaku3 *Model C3851
*UIConstraints: *PageSize EnvKaku3 *Model C3851FS
*UIConstraints: *PageSize EnvKaku3 *Model C3351
*UIConstraints: *PageSize EnvDL *Offset True
*UIConstraints: *PageSize EnvDL *InputSlot Tray1
*UIConstraints: *PageSize EnvDL *InputSlot Tray2
*UIConstraints: *PageSize EnvDL *InputSlot Tray3
*UIConstraints: *PageSize EnvDL *InputSlot Tray4
*UIConstraints: *PageSize EnvDL *InputSlot LCT
*UIConstraints: *PageSize EnvDL *MediaType Thin
*UIConstraints: *PageSize EnvDL *MediaType Transparency
*UIConstraints: *PageSize EnvDL *MediaType TAB
*UIConstraints: *PageSize EnvDL *Combination Booklet
*UIConstraints: *PageSize EnvDL *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize EnvDL *Staple 1StapleZeroLeft
*UIConstraints: *PageSize EnvDL *Staple 1Staple(Right)
*UIConstraints: *PageSize EnvDL *Staple 2Staples
*UIConstraints: *PageSize EnvDL *Punch 2holes
*UIConstraints: *PageSize EnvDL *Punch 3holes
*UIConstraints: *PageSize EnvDL *Punch 4holes
*UIConstraints: *PageSize EnvDL *Fold Stitch
*UIConstraints: *PageSize EnvDL *Fold HalfFold
*UIConstraints: *PageSize EnvDL *Fold TriFold
*UIConstraints: *PageSize EnvDL *TransparencyInterleave Blank
*UIConstraints: *PageSize EnvMonarch *Offset True
*UIConstraints: *PageSize EnvMonarch *InputSlot Tray1
*UIConstraints: *PageSize EnvMonarch *InputSlot Tray2
*UIConstraints: *PageSize EnvMonarch *InputSlot Tray3
*UIConstraints: *PageSize EnvMonarch *InputSlot Tray4
*UIConstraints: *PageSize EnvMonarch *InputSlot LCT
*UIConstraints: *PageSize EnvMonarch *MediaType Thin
*UIConstraints: *PageSize EnvMonarch *MediaType Transparency
*UIConstraints: *PageSize EnvMonarch *MediaType TAB
*UIConstraints: *PageSize EnvMonarch *MediaType Letterhead
*UIConstraints: *PageSize EnvMonarch *KMDuplex 2Sided
*UIConstraints: *PageSize EnvMonarch *Combination Booklet
*UIConstraints: *PageSize EnvMonarch *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize EnvMonarch *Staple 1StapleZeroLeft
*UIConstraints: *PageSize EnvMonarch *Staple 1Staple(Right)
*UIConstraints: *PageSize EnvMonarch *Staple 2Staples
*UIConstraints: *PageSize EnvMonarch *Punch 2holes
*UIConstraints: *PageSize EnvMonarch *Punch 3holes
*UIConstraints: *PageSize EnvMonarch *Punch 4holes
*UIConstraints: *PageSize EnvMonarch *Fold Stitch
*UIConstraints: *PageSize EnvMonarch *Fold HalfFold
*UIConstraints: *PageSize EnvMonarch *Fold TriFold
*UIConstraints: *PageSize EnvMonarch *TransparencyInterleave Blank
*UIConstraints: *PageSize Env10 *Offset True
*UIConstraints: *PageSize Env10 *InputSlot Tray2
*UIConstraints: *PageSize Env10 *InputSlot Tray3
*UIConstraints: *PageSize Env10 *InputSlot Tray4
*UIConstraints: *PageSize Env10 *InputSlot LCT
*UIConstraints: *PageSize Env10 *MediaType Thin
*UIConstraints: *PageSize Env10 *MediaType Transparency
*UIConstraints: *PageSize Env10 *MediaType TAB
*UIConstraints: *PageSize Env10 *Combination Booklet
*UIConstraints: *PageSize Env10 *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize Env10 *Staple 1StapleZeroLeft
*UIConstraints: *PageSize Env10 *Staple 1Staple(Right)
*UIConstraints: *PageSize Env10 *Staple 2Staples
*UIConstraints: *PageSize Env10 *Punch 2holes
*UIConstraints: *PageSize Env10 *Punch 3holes
*UIConstraints: *PageSize Env10 *Punch 4holes
*UIConstraints: *PageSize Env10 *Fold Stitch
*UIConstraints: *PageSize Env10 *Fold HalfFold
*UIConstraints: *PageSize Env10 *Fold TriFold
*UIConstraints: *PageSize Env10 *TransparencyInterleave Blank
*UIConstraints: *PageSize JapanesePostCard *Offset True
*UIConstraints: *PageSize JapanesePostCard *InputSlot Tray2
*UIConstraints: *PageSize JapanesePostCard *InputSlot LCT
*UIConstraints: *PageSize JapanesePostCard *MediaType Thin
*UIConstraints: *PageSize JapanesePostCard *MediaType Envelope
*UIConstraints: *PageSize JapanesePostCard *MediaType Transparency
*UIConstraints: *PageSize JapanesePostCard *MediaType TAB
*UIConstraints: *PageSize JapanesePostCard *Combination Booklet
*UIConstraints: *PageSize JapanesePostCard *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize JapanesePostCard *Staple 1StapleZeroLeft
*UIConstraints: *PageSize JapanesePostCard *Staple 1Staple(Right)
*UIConstraints: *PageSize JapanesePostCard *Staple 2Staples
*UIConstraints: *PageSize JapanesePostCard *Punch 2holes
*UIConstraints: *PageSize JapanesePostCard *Punch 3holes
*UIConstraints: *PageSize JapanesePostCard *Punch 4holes
*UIConstraints: *PageSize JapanesePostCard *Fold Stitch
*UIConstraints: *PageSize JapanesePostCard *Fold HalfFold
*UIConstraints: *PageSize JapanesePostCard *Fold TriFold
*UIConstraints: *PageSize JapanesePostCard *TransparencyInterleave Blank
*UIConstraints: *PageSize 4x6_PostCard *Offset True
*UIConstraints: *PageSize 4x6_PostCard *InputSlot Tray1
*UIConstraints: *PageSize 4x6_PostCard *InputSlot Tray2
*UIConstraints: *PageSize 4x6_PostCard *InputSlot Tray3
*UIConstraints: *PageSize 4x6_PostCard *InputSlot Tray4
*UIConstraints: *PageSize 4x6_PostCard *InputSlot LCT
*UIConstraints: *PageSize 4x6_PostCard *MediaType Thin
*UIConstraints: *PageSize 4x6_PostCard *MediaType Envelope
*UIConstraints: *PageSize 4x6_PostCard *MediaType Transparency
*UIConstraints: *PageSize 4x6_PostCard *MediaType TAB
*UIConstraints: *PageSize 4x6_PostCard *Combination Booklet
*UIConstraints: *PageSize 4x6_PostCard *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize 4x6_PostCard *Staple 1StapleZeroLeft
*UIConstraints: *PageSize 4x6_PostCard *Staple 1Staple(Right)
*UIConstraints: *PageSize 4x6_PostCard *Staple 2Staples
*UIConstraints: *PageSize 4x6_PostCard *Punch 2holes
*UIConstraints: *PageSize 4x6_PostCard *Punch 3holes
*UIConstraints: *PageSize 4x6_PostCard *Punch 4holes
*UIConstraints: *PageSize 4x6_PostCard *Fold Stitch
*UIConstraints: *PageSize 4x6_PostCard *Fold HalfFold
*UIConstraints: *PageSize 4x6_PostCard *Fold TriFold
*UIConstraints: *PageSize 4x6_PostCard *TransparencyInterleave Blank
*UIConstraints: *PageSize DoublePostcardRotated *Offset True
*UIConstraints: *PageSize DoublePostcardRotated *InputSlot Tray2
*UIConstraints: *PageSize DoublePostcardRotated *InputSlot Tray3
*UIConstraints: *PageSize DoublePostcardRotated *MediaType Envelope
*UIConstraints: *PageSize DoublePostcardRotated *KMDuplex 2Sided
*UIConstraints: *PageSize DoublePostcardRotated *Combination Booklet
*UIConstraints: *PageSize DoublePostcardRotated *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize DoublePostcardRotated *Staple 1Staple(Right)
*UIConstraints: *PageSize DoublePostcardRotated *Model C759
*UIConstraints: *PageSize DoublePostcardRotated *Model C659
*UIConstraints: *PageSize DoublePostcardRotated *Model C658
*UIConstraints: *PageSize DoublePostcardRotated *Model C558
*UIConstraints: *PageSize DoublePostcardRotated *Model C458
*UIConstraints: *PageSize DoublePostcardRotated *Model C368
*UIConstraints: *PageSize DoublePostcardRotated *Model C308
*UIConstraints: *PageSize DoublePostcardRotated *Model C258
*UIConstraints: *PageSize DoublePostcardRotated *Model C287
*UIConstraints: *PageSize DoublePostcardRotated *Model C227
*UIConstraints: *PageSize A3Extra *InputSlot LCT
*UIConstraints: *PageSize A3Extra *MediaType Envelope
*UIConstraints: *PageSize A3Extra *MediaType TAB
*UIConstraints: *PageSize A3Extra *OutputBin Tray4
*UIConstraints: *PageSize A3Extra *Combination Booklet
*UIConstraints: *PageSize A3Extra *Staple 1StapleZeroLeft
*UIConstraints: *PageSize A3Extra *Punch 2holes
*UIConstraints: *PageSize A3Extra *Punch 3holes
*UIConstraints: *PageSize A3Extra *Punch 4holes
*UIConstraints: *PageSize A3Extra *Fold TriFold
*UIConstraints: *PageSize A3Extra *Model C287
*UIConstraints: *PageSize A3Extra *Model C227
*UIConstraints: *PageSize A3Extra *Model C3851
*UIConstraints: *PageSize A3Extra *Model C3851FS
*UIConstraints: *PageSize A3Extra *Model C3351
*UIConstraints: *PageSize A4Extra *InputSlot LCT
*UIConstraints: *PageSize A4Extra *MediaType Envelope
*UIConstraints: *PageSize A4Extra *MediaType TAB
*UIConstraints: *PageSize A4Extra *OutputBin Tray4
*UIConstraints: *PageSize A4Extra *Staple 1StapleZeroLeft
*UIConstraints: *PageSize A4Extra *Punch 2holes
*UIConstraints: *PageSize A4Extra *Punch 3holes
*UIConstraints: *PageSize A4Extra *Punch 4holes
*UIConstraints: *PageSize A4Extra *Fold TriFold
*UIConstraints: *PageSize A4Extra *Model C3851
*UIConstraints: *PageSize A4Extra *Model C3851FS
*UIConstraints: *PageSize A4Extra *Model C3351
*UIConstraints: *PageSize A5Extra *InputSlot LCT
*UIConstraints: *PageSize A5Extra *MediaType Envelope
*UIConstraints: *PageSize A5Extra *MediaType TAB
*UIConstraints: *PageSize A5Extra *Staple 1StapleZeroLeft
*UIConstraints: *PageSize A5Extra *Punch 2holes
*UIConstraints: *PageSize A5Extra *Punch 3holes
*UIConstraints: *PageSize A5Extra *Punch 4holes
*UIConstraints: *PageSize A5Extra *Fold TriFold
*UIConstraints: *PageSize A5Extra *Model C3851
*UIConstraints: *PageSize A5Extra *Model C3851FS
*UIConstraints: *PageSize A5Extra *Model C3351
*UIConstraints: *PageSize B4Extra *InputSlot LCT
*UIConstraints: *PageSize B4Extra *MediaType Envelope
*UIConstraints: *PageSize B4Extra *MediaType TAB
*UIConstraints: *PageSize B4Extra *OutputBin Tray4
*UIConstraints: *PageSize B4Extra *Combination Booklet
*UIConstraints: *PageSize B4Extra *Staple 1StapleZeroLeft
*UIConstraints: *PageSize B4Extra *Punch 2holes
*UIConstraints: *PageSize B4Extra *Punch 3holes
*UIConstraints: *PageSize B4Extra *Punch 4holes
*UIConstraints: *PageSize B4Extra *Fold TriFold
*UIConstraints: *PageSize B4Extra *Model C3851
*UIConstraints: *PageSize B4Extra *Model C3851FS
*UIConstraints: *PageSize B4Extra *Model C3351
*UIConstraints: *PageSize B5Extra *InputSlot LCT
*UIConstraints: *PageSize B5Extra *MediaType Envelope
*UIConstraints: *PageSize B5Extra *MediaType TAB
*UIConstraints: *PageSize B5Extra *Staple 1StapleZeroLeft
*UIConstraints: *PageSize B5Extra *Punch 2holes
*UIConstraints: *PageSize B5Extra *Punch 3holes
*UIConstraints: *PageSize B5Extra *Punch 4holes
*UIConstraints: *PageSize B5Extra *Fold TriFold
*UIConstraints: *PageSize B5Extra *Model C3851
*UIConstraints: *PageSize B5Extra *Model C3851FS
*UIConstraints: *PageSize B5Extra *Model C3351
*UIConstraints: *PageSize TabloidExtra *InputSlot LCT
*UIConstraints: *PageSize TabloidExtra *MediaType Envelope
*UIConstraints: *PageSize TabloidExtra *MediaType TAB
*UIConstraints: *PageSize TabloidExtra *OutputBin Tray4
*UIConstraints: *PageSize TabloidExtra *Combination Booklet
*UIConstraints: *PageSize TabloidExtra *Staple 1StapleZeroLeft
*UIConstraints: *PageSize TabloidExtra *Punch 2holes
*UIConstraints: *PageSize TabloidExtra *Punch 3holes
*UIConstraints: *PageSize TabloidExtra *Punch 4holes
*UIConstraints: *PageSize TabloidExtra *Fold TriFold
*UIConstraints: *PageSize TabloidExtra *Model C287
*UIConstraints: *PageSize TabloidExtra *Model C227
*UIConstraints: *PageSize TabloidExtra *Model C3851
*UIConstraints: *PageSize TabloidExtra *Model C3851FS
*UIConstraints: *PageSize TabloidExtra *Model C3351
*UIConstraints: *PageSize LetterExtra *InputSlot LCT
*UIConstraints: *PageSize LetterExtra *MediaType Envelope
*UIConstraints: *PageSize LetterExtra *MediaType TAB
*UIConstraints: *PageSize LetterExtra *OutputBin Tray4
*UIConstraints: *PageSize LetterExtra *Staple 1StapleZeroLeft
*UIConstraints: *PageSize LetterExtra *Punch 2holes
*UIConstraints: *PageSize LetterExtra *Punch 3holes
*UIConstraints: *PageSize LetterExtra *Punch 4holes
*UIConstraints: *PageSize LetterExtra *Fold TriFold
*UIConstraints: *PageSize LetterExtra *Model C3851
*UIConstraints: *PageSize LetterExtra *Model C3851FS
*UIConstraints: *PageSize LetterExtra *Model C3351
*UIConstraints: *PageSize StatementExtra *InputSlot LCT
*UIConstraints: *PageSize StatementExtra *MediaType Envelope
*UIConstraints: *PageSize StatementExtra *MediaType TAB
*UIConstraints: *PageSize StatementExtra *Staple 1StapleZeroLeft
*UIConstraints: *PageSize StatementExtra *Punch 2holes
*UIConstraints: *PageSize StatementExtra *Punch 3holes
*UIConstraints: *PageSize StatementExtra *Punch 4holes
*UIConstraints: *PageSize StatementExtra *Fold TriFold
*UIConstraints: *PageSize StatementExtra *Model C3851
*UIConstraints: *PageSize StatementExtra *Model C3851FS
*UIConstraints: *PageSize StatementExtra *Model C3351
*UIConstraints: *PageSize LetterTab-F *Offset True
*UIConstraints: *PageSize LetterTab-F *InputSlot Tray1
*UIConstraints: *PageSize LetterTab-F *InputSlot Tray2
*UIConstraints: *PageSize LetterTab-F *InputSlot Tray3
*UIConstraints: *PageSize LetterTab-F *InputSlot Tray4
*UIConstraints: *PageSize LetterTab-F *InputSlot LCT
*UIConstraints: *PageSize LetterTab-F *MediaType Plain
*UIConstraints: *PageSize LetterTab-F *MediaType Plain(2nd)
*UIConstraints: *PageSize LetterTab-F *MediaType Thick1
*UIConstraints: *PageSize LetterTab-F *MediaType Thick1(2nd)
*UIConstraints: *PageSize LetterTab-F *MediaType Thick1Plus
*UIConstraints: *PageSize LetterTab-F *MediaType Thick1Plus(2nd)
*UIConstraints: *PageSize LetterTab-F *MediaType Thick2
*UIConstraints: *PageSize LetterTab-F *MediaType Thick2(2nd)
*UIConstraints: *PageSize LetterTab-F *MediaType Thick3
*UIConstraints: *PageSize LetterTab-F *MediaType Thick3(2nd)
*UIConstraints: *PageSize LetterTab-F *MediaType Thick4
*UIConstraints: *PageSize LetterTab-F *MediaType Thick4(2nd)
*UIConstraints: *PageSize LetterTab-F *MediaType Thin
*UIConstraints: *PageSize LetterTab-F *MediaType Thin(2nd)
*UIConstraints: *PageSize LetterTab-F *MediaType Envelope
*UIConstraints: *PageSize LetterTab-F *MediaType Transparency
*UIConstraints: *PageSize LetterTab-F *MediaType Color
*UIConstraints: *PageSize LetterTab-F *MediaType SingleSidedOnly
*UIConstraints: *PageSize LetterTab-F *MediaType Letterhead
*UIConstraints: *PageSize LetterTab-F *MediaType Special
*UIConstraints: *PageSize LetterTab-F *MediaType Recycled
*UIConstraints: *PageSize LetterTab-F *MediaType Recycled(2nd)
*UIConstraints: *PageSize LetterTab-F *MediaType User1
*UIConstraints: *PageSize LetterTab-F *MediaType User1(2nd)
*UIConstraints: *PageSize LetterTab-F *MediaType User2
*UIConstraints: *PageSize LetterTab-F *MediaType User2(2nd)
*UIConstraints: *PageSize LetterTab-F *MediaType User3
*UIConstraints: *PageSize LetterTab-F *MediaType User3(2nd)
*UIConstraints: *PageSize LetterTab-F *MediaType User4
*UIConstraints: *PageSize LetterTab-F *MediaType User4(2nd)
*UIConstraints: *PageSize LetterTab-F *MediaType User5
*UIConstraints: *PageSize LetterTab-F *MediaType User5(2nd)
*UIConstraints: *PageSize LetterTab-F *MediaType User6
*UIConstraints: *PageSize LetterTab-F *MediaType User6(2nd)
*UIConstraints: *PageSize LetterTab-F *Binding TopBinding
*UIConstraints: *PageSize LetterTab-F *Binding RightBinding
*UIConstraints: *PageSize LetterTab-F *KMDuplex 2Sided
*UIConstraints: *PageSize LetterTab-F *Combination Booklet
*UIConstraints: *PageSize LetterTab-F *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize LetterTab-F *Staple 1StapleZeroLeft
*UIConstraints: *PageSize LetterTab-F *Staple 1Staple(Right)
*UIConstraints: *PageSize LetterTab-F *Staple 2Staples
*UIConstraints: *PageSize LetterTab-F *Punch 2holes
*UIConstraints: *PageSize LetterTab-F *Punch 3holes
*UIConstraints: *PageSize LetterTab-F *Punch 4holes
*UIConstraints: *PageSize LetterTab-F *Fold Stitch
*UIConstraints: *PageSize LetterTab-F *Fold HalfFold
*UIConstraints: *PageSize LetterTab-F *Fold TriFold
*UIConstraints: *PageSize LetterTab-F *TransparencyInterleave Blank
*UIConstraints: *PageSize LetterTab-F *Model C3851
*UIConstraints: *PageSize LetterTab-F *Model C3851FS
*UIConstraints: *PageSize LetterTab-F *Model C3351
*UIConstraints: *PageSize A4Tab-F *Offset True
*UIConstraints: *PageSize A4Tab-F *InputSlot Tray1
*UIConstraints: *PageSize A4Tab-F *InputSlot Tray2
*UIConstraints: *PageSize A4Tab-F *InputSlot Tray3
*UIConstraints: *PageSize A4Tab-F *InputSlot Tray4
*UIConstraints: *PageSize A4Tab-F *InputSlot LCT
*UIConstraints: *PageSize A4Tab-F *MediaType Plain
*UIConstraints: *PageSize A4Tab-F *MediaType Plain(2nd)
*UIConstraints: *PageSize A4Tab-F *MediaType Thick1
*UIConstraints: *PageSize A4Tab-F *MediaType Thick1(2nd)
*UIConstraints: *PageSize A4Tab-F *MediaType Thick1Plus
*UIConstraints: *PageSize A4Tab-F *MediaType Thick1Plus(2nd)
*UIConstraints: *PageSize A4Tab-F *MediaType Thick2
*UIConstraints: *PageSize A4Tab-F *MediaType Thick2(2nd)
*UIConstraints: *PageSize A4Tab-F *MediaType Thick3
*UIConstraints: *PageSize A4Tab-F *MediaType Thick3(2nd)
*UIConstraints: *PageSize A4Tab-F *MediaType Thick4
*UIConstraints: *PageSize A4Tab-F *MediaType Thick4(2nd)
*UIConstraints: *PageSize A4Tab-F *MediaType Thin
*UIConstraints: *PageSize A4Tab-F *MediaType Thin(2nd)
*UIConstraints: *PageSize A4Tab-F *MediaType Envelope
*UIConstraints: *PageSize A4Tab-F *MediaType Transparency
*UIConstraints: *PageSize A4Tab-F *MediaType Color
*UIConstraints: *PageSize A4Tab-F *MediaType SingleSidedOnly
*UIConstraints: *PageSize A4Tab-F *MediaType Letterhead
*UIConstraints: *PageSize A4Tab-F *MediaType Special
*UIConstraints: *PageSize A4Tab-F *MediaType Recycled
*UIConstraints: *PageSize A4Tab-F *MediaType Recycled(2nd)
*UIConstraints: *PageSize A4Tab-F *MediaType User1
*UIConstraints: *PageSize A4Tab-F *MediaType User1(2nd)
*UIConstraints: *PageSize A4Tab-F *MediaType User2
*UIConstraints: *PageSize A4Tab-F *MediaType User2(2nd)
*UIConstraints: *PageSize A4Tab-F *MediaType User3
*UIConstraints: *PageSize A4Tab-F *MediaType User3(2nd)
*UIConstraints: *PageSize A4Tab-F *MediaType User4
*UIConstraints: *PageSize A4Tab-F *MediaType User4(2nd)
*UIConstraints: *PageSize A4Tab-F *MediaType User5
*UIConstraints: *PageSize A4Tab-F *MediaType User5(2nd)
*UIConstraints: *PageSize A4Tab-F *MediaType User6
*UIConstraints: *PageSize A4Tab-F *MediaType User6(2nd)
*UIConstraints: *PageSize A4Tab-F *Binding TopBinding
*UIConstraints: *PageSize A4Tab-F *Binding RightBinding
*UIConstraints: *PageSize A4Tab-F *KMDuplex 2Sided
*UIConstraints: *PageSize A4Tab-F *Combination Booklet
*UIConstraints: *PageSize A4Tab-F *Staple 1StapleAuto(Left)
*UIConstraints: *PageSize A4Tab-F *Staple 1StapleZeroLeft
*UIConstraints: *PageSize A4Tab-F *Staple 1Staple(Right)
*UIConstraints: *PageSize A4Tab-F *Staple 2Staples
*UIConstraints: *PageSize A4Tab-F *Punch 2holes
*UIConstraints: *PageSize A4Tab-F *Punch 3holes
*UIConstraints: *PageSize A4Tab-F *Punch 4holes
*UIConstraints: *PageSize A4Tab-F *Fold Stitch
*UIConstraints: *PageSize A4Tab-F *Fold HalfFold
*UIConstraints: *PageSize A4Tab-F *Fold TriFold
*UIConstraints: *PageSize A4Tab-F *TransparencyInterleave Blank
*UIConstraints: *PageSize A4Tab-F *Model C3851
*UIConstraints: *PageSize A4Tab-F *Model C3851FS
*UIConstraints: *PageSize A4Tab-F *Model C3351
*UIConstraints: *OutputBin Tray1 *Fold Stitch
*UIConstraints: *OutputBin Tray1 *Fold HalfFold
*UIConstraints: *OutputBin Tray1 *Fold TriFold
*UIConstraints: *OutputBin Tray1 *Fold ZFold1
*UIConstraints: *OutputBin Tray1 *Fold ZFold2
*UIConstraints: *OutputBin Tray1 *PIFrontCover PITray1
*UIConstraints: *OutputBin Tray1 *PIFrontCover PITray2
*UIConstraints: *OutputBin Tray1 *PIBackCover PITray1
*UIConstraints: *OutputBin Tray1 *PIBackCover PITray2
*UIConstraints: *OutputBin Tray1 *Finisher None
*UIConstraints: *OutputBin Tray1 *Model C3851
*UIConstraints: *OutputBin Tray1 *Model C3851FS
*UIConstraints: *OutputBin Tray1 *Model C3351
*UIConstraints: *OutputBin Tray2 *Fold Stitch
*UIConstraints: *OutputBin Tray2 *Fold HalfFold
*UIConstraints: *OutputBin Tray2 *Fold TriFold
*UIConstraints: *OutputBin Tray2 *Fold ZFold1
*UIConstraints: *OutputBin Tray2 *Fold ZFold2
*UIConstraints: *OutputBin Tray2 *Finisher None
*UIConstraints: *OutputBin Tray2 *Finisher FS533
*UIConstraints: *OutputBin Tray2 *Model C3851
*UIConstraints: *OutputBin Tray2 *Model C3851FS
*UIConstraints: *OutputBin Tray2 *Model C3351
*UIConstraints: *OutputBin Tray3 *Fold Stitch
*UIConstraints: *OutputBin Tray3 *Fold HalfFold
*UIConstraints: *OutputBin Tray3 *Fold TriFold
*UIConstraints: *OutputBin Tray3 *Fold ZFold1
*UIConstraints: *OutputBin Tray3 *Fold ZFold2
*UIConstraints: *OutputBin Tray3 *Finisher None
*UIConstraints: *OutputBin Tray3 *Finisher FS533
*UIConstraints: *OutputBin Tray3 *Finisher JS506
*UIConstraints: *OutputBin Tray3 *Model C3851
*UIConstraints: *OutputBin Tray3 *Model C3851FS
*UIConstraints: *OutputBin Tray3 *Model C3351
*UIConstraints: *OutputBin Tray4 *Offset True
*UIConstraints: *OutputBin Tray4 *PageSize A3
*UIConstraints: *OutputBin Tray4 *PageSize B4
*UIConstraints: *OutputBin Tray4 *PageSize SRA3
*UIConstraints: *OutputBin Tray4 *PageSize 220mmx330mm
*UIConstraints: *OutputBin Tray4 *PageSize 12x18
*UIConstraints: *OutputBin Tray4 *PageSize Tabloid
*UIConstraints: *OutputBin Tray4 *PageSize Legal
*UIConstraints: *OutputBin Tray4 *PageSize 8x13
*UIConstraints: *OutputBin Tray4 *PageSize 8.5x13
*UIConstraints: *OutputBin Tray4 *PageSize 8.5x13.5
*UIConstraints: *OutputBin Tray4 *PageSize 8.25x13
*UIConstraints: *OutputBin Tray4 *PageSize 8.125x13.25
*UIConstraints: *OutputBin Tray4 *PageSize 8K
*UIConstraints: *OutputBin Tray4 *PageSize A3Extra
*UIConstraints: *OutputBin Tray4 *PageSize A4Extra
*UIConstraints: *OutputBin Tray4 *PageSize B4Extra
*UIConstraints: *OutputBin Tray4 *PageSize TabloidExtra
*UIConstraints: *OutputBin Tray4 *PageSize LetterExtra
*UIConstraints: *OutputBin Tray4 *Staple 1StapleAuto(Left)
*UIConstraints: *OutputBin Tray4 *Staple 1StapleZeroLeft
*UIConstraints: *OutputBin Tray4 *Staple 1Staple(Right)
*UIConstraints: *OutputBin Tray4 *Staple 2Staples
*UIConstraints: *OutputBin Tray4 *Punch 2holes
*UIConstraints: *OutputBin Tray4 *Punch 3holes
*UIConstraints: *OutputBin Tray4 *Punch 4holes
*UIConstraints: *OutputBin Tray4 *Fold Stitch
*UIConstraints: *OutputBin Tray4 *Fold HalfFold
*UIConstraints: *OutputBin Tray4 *Fold TriFold
*UIConstraints: *OutputBin Tray4 *Fold ZFold1
*UIConstraints: *OutputBin Tray4 *Fold ZFold2
*UIConstraints: *OutputBin Tray4 *PIFrontCover PITray1
*UIConstraints: *OutputBin Tray4 *PIFrontCover PITray2
*UIConstraints: *OutputBin Tray4 *PIBackCover PITray1
*UIConstraints: *OutputBin Tray4 *PIBackCover PITray2
*UIConstraints: *OutputBin Tray4 *Finisher None
*UIConstraints: *OutputBin Tray4 *Finisher FS533
*UIConstraints: *OutputBin Tray4 *Finisher JS506
*UIConstraints: *OutputBin Tray4 *Finisher FS536
*UIConstraints: *OutputBin Tray4 *Finisher FS537
*UIConstraints: *OutputBin Tray4 *Model C759
*UIConstraints: *OutputBin Tray4 *Model C659
*UIConstraints: *OutputBin Tray4 *Model C368
*UIConstraints: *OutputBin Tray4 *Model C308
*UIConstraints: *OutputBin Tray4 *Model C258
*UIConstraints: *OutputBin Tray4 *Model C287
*UIConstraints: *OutputBin Tray4 *Model C227
*UIConstraints: *OutputBin Tray4 *Model C3851
*UIConstraints: *OutputBin Tray4 *Model C3851FS
*UIConstraints: *OutputBin Tray4 *Model C3351
*UIConstraints: *Binding LeftBinding *Staple 1Staple(Right)
*UIConstraints: *Binding TopBinding *MediaType TAB
*UIConstraints: *Binding TopBinding *PageSize LetterTab-F
*UIConstraints: *Binding TopBinding *PageSize A4Tab-F
*UIConstraints: *Binding TopBinding *Staple 1StapleZeroLeft
*UIConstraints: *Binding RightBinding *MediaType TAB
*UIConstraints: *Binding RightBinding *PageSize LetterTab-F
*UIConstraints: *Binding RightBinding *PageSize A4Tab-F
*UIConstraints: *Binding RightBinding *Staple 1StapleAuto(Left)
*UIConstraints: *Binding RightBinding *Staple 1StapleZeroLeft
*UIConstraints: *KMDuplex 2Sided *MediaType Plain(2nd)
*UIConstraints: *KMDuplex 2Sided *MediaType Thick1(2nd)
*UIConstraints: *KMDuplex 2Sided *MediaType Thick1Plus(2nd)
*UIConstraints: *KMDuplex 2Sided *MediaType Thick2(2nd)
*UIConstraints: *KMDuplex 2Sided *MediaType Thick3(2nd)
*UIConstraints: *KMDuplex 2Sided *MediaType Thick4
*UIConstraints: *KMDuplex 2Sided *MediaType Thick4(2nd)
*UIConstraints: *KMDuplex 2Sided *MediaType Thin(2nd)
*UIConstraints: *KMDuplex 2Sided *MediaType Envelope
*UIConstraints: *KMDuplex 2Sided *MediaType Transparency
*UIConstraints: *KMDuplex 2Sided *MediaType SingleSidedOnly
*UIConstraints: *KMDuplex 2Sided *MediaType TAB
*UIConstraints: *KMDuplex 2Sided *MediaType Recycled(2nd)
*UIConstraints: *KMDuplex 2Sided *MediaType Labels
*UIConstraints: *KMDuplex 2Sided *MediaType Postcard
*UIConstraints: *KMDuplex 2Sided *MediaType Glossy
*UIConstraints: *KMDuplex 2Sided *MediaType GlossyPlus
*UIConstraints: *KMDuplex 2Sided *MediaType Glossy2
*UIConstraints: *KMDuplex 2Sided *MediaType User1(2nd)
*UIConstraints: *KMDuplex 2Sided *MediaType User2(2nd)
*UIConstraints: *KMDuplex 2Sided *MediaType User3(2nd)
*UIConstraints: *KMDuplex 2Sided *MediaType User4(2nd)
*UIConstraints: *KMDuplex 2Sided *MediaType User5(2nd)
*UIConstraints: *KMDuplex 2Sided *MediaType User6(2nd)
*UIConstraints: *KMDuplex 2Sided *PageSize EnvChou4
*UIConstraints: *KMDuplex 2Sided *PageSize EnvYou3
*UIConstraints: *KMDuplex 2Sided *PageSize EnvMonarch
*UIConstraints: *KMDuplex 2Sided *PageSize DoublePostcardRotated
*UIConstraints: *KMDuplex 2Sided *PageSize LetterTab-F
*UIConstraints: *KMDuplex 2Sided *PageSize A4Tab-F
*UIConstraints: *Combination Booklet *MediaType Plain(2nd)
*UIConstraints: *Combination Booklet *MediaType Thick1(2nd)
*UIConstraints: *Combination Booklet *MediaType Thick1Plus(2nd)
*UIConstraints: *Combination Booklet *MediaType Thick2(2nd)
*UIConstraints: *Combination Booklet *MediaType Thick3(2nd)
*UIConstraints: *Combination Booklet *MediaType Thick4
*UIConstraints: *Combination Booklet *MediaType Thick4(2nd)
*UIConstraints: *Combination Booklet *MediaType Thin(2nd)
*UIConstraints: *Combination Booklet *MediaType Envelope
*UIConstraints: *Combination Booklet *MediaType Transparency
*UIConstraints: *Combination Booklet *MediaType SingleSidedOnly
*UIConstraints: *Combination Booklet *MediaType TAB
*UIConstraints: *Combination Booklet *MediaType Recycled(2nd)
*UIConstraints: *Combination Booklet *MediaType Labels
*UIConstraints: *Combination Booklet *MediaType Postcard
*UIConstraints: *Combination Booklet *MediaType Glossy
*UIConstraints: *Combination Booklet *MediaType GlossyPlus
*UIConstraints: *Combination Booklet *MediaType Glossy2
*UIConstraints: *Combination Booklet *MediaType User1(2nd)
*UIConstraints: *Combination Booklet *MediaType User2(2nd)
*UIConstraints: *Combination Booklet *MediaType User3(2nd)
*UIConstraints: *Combination Booklet *MediaType User4(2nd)
*UIConstraints: *Combination Booklet *MediaType User5(2nd)
*UIConstraints: *Combination Booklet *MediaType User6(2nd)
*UIConstraints: *Combination Booklet *PageSize A3
*UIConstraints: *Combination Booklet *PageSize B4
*UIConstraints: *Combination Booklet *PageSize SRA3
*UIConstraints: *Combination Booklet *PageSize 220mmx330mm
*UIConstraints: *Combination Booklet *PageSize 12x18
*UIConstraints: *Combination Booklet *PageSize Tabloid
*UIConstraints: *Combination Booklet *PageSize Legal
*UIConstraints: *Combination Booklet *PageSize LetterPlus
*UIConstraints: *Combination Booklet *PageSize 8x13
*UIConstraints: *Combination Booklet *PageSize 8.5x13
*UIConstraints: *Combination Booklet *PageSize 8.5x13.5
*UIConstraints: *Combination Booklet *PageSize 8.25x13
*UIConstraints: *Combination Booklet *PageSize 8.125x13.25
*UIConstraints: *Combination Booklet *PageSize 8x10
*UIConstraints: *Combination Booklet *PageSize 8x10.5
*UIConstraints: *Combination Booklet *PageSize Executive
*UIConstraints: *Combination Booklet *PageSize 8K
*UIConstraints: *Combination Booklet *PageSize EnvISOB5
*UIConstraints: *Combination Booklet *PageSize EnvC4
*UIConstraints: *Combination Booklet *PageSize EnvC5
*UIConstraints: *Combination Booklet *PageSize EnvC6
*UIConstraints: *Combination Booklet *PageSize EnvChou3
*UIConstraints: *Combination Booklet *PageSize EnvChou4
*UIConstraints: *Combination Booklet *PageSize EnvYou3
*UIConstraints: *Combination Booklet *PageSize EnvYou4
*UIConstraints: *Combination Booklet *PageSize EnvKaku1
*UIConstraints: *Combination Booklet *PageSize EnvKaku2
*UIConstraints: *Combination Booklet *PageSize EnvKaku3
*UIConstraints: *Combination Booklet *PageSize EnvDL
*UIConstraints: *Combination Booklet *PageSize EnvMonarch
*UIConstraints: *Combination Booklet *PageSize Env10
*UIConstraints: *Combination Booklet *PageSize JapanesePostCard
*UIConstraints: *Combination Booklet *PageSize 4x6_PostCard
*UIConstraints: *Combination Booklet *PageSize DoublePostcardRotated
*UIConstraints: *Combination Booklet *PageSize A3Extra
*UIConstraints: *Combination Booklet *PageSize B4Extra
*UIConstraints: *Combination Booklet *PageSize TabloidExtra
*UIConstraints: *Combination Booklet *PageSize LetterTab-F
*UIConstraints: *Combination Booklet *PageSize A4Tab-F
*UIConstraints: *Combination Booklet *Staple 1StapleAuto(Left)
*UIConstraints: *Combination Booklet *Staple 1StapleZeroLeft
*UIConstraints: *Combination Booklet *Staple 1Staple(Right)
*UIConstraints: *Combination Booklet *Staple 2Staples
*UIConstraints: *Combination Booklet *Punch 2holes
*UIConstraints: *Combination Booklet *Punch 3holes
*UIConstraints: *Combination Booklet *Punch 4holes
*UIConstraints: *Combination Booklet *Fold TriFold
*UIConstraints: *Combination Booklet *Fold ZFold1
*UIConstraints: *Combination Booklet *Fold ZFold2
*UIConstraints: *Combination Booklet *BackCoverPage Printed
*UIConstraints: *Combination Booklet *BackCoverPage Blank
*UIConstraints: *Combination Booklet *PIBackCover PITray1
*UIConstraints: *Combination Booklet *PIBackCover PITray2
*UIConstraints: *Staple 1StapleAuto(Left) *Offset True
*UIConstraints: *Staple 1StapleAuto(Left) *MediaType Thick3
*UIConstraints: *Staple 1StapleAuto(Left) *MediaType Thick3(2nd)
*UIConstraints: *Staple 1StapleAuto(Left) *MediaType Thick4
*UIConstraints: *Staple 1StapleAuto(Left) *MediaType Thick4(2nd)
*UIConstraints: *Staple 1StapleAuto(Left) *MediaType Envelope
*UIConstraints: *Staple 1StapleAuto(Left) *MediaType Transparency
*UIConstraints: *Staple 1StapleAuto(Left) *MediaType TAB
*UIConstraints: *Staple 1StapleAuto(Left) *MediaType Labels
*UIConstraints: *Staple 1StapleAuto(Left) *MediaType Postcard
*UIConstraints: *Staple 1StapleAuto(Left) *MediaType Glossy
*UIConstraints: *Staple 1StapleAuto(Left) *MediaType GlossyPlus
*UIConstraints: *Staple 1StapleAuto(Left) *MediaType Glossy2
*UIConstraints: *Staple 1StapleAuto(Left) *MediaType User6
*UIConstraints: *Staple 1StapleAuto(Left) *MediaType User6(2nd)
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize A6
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize B6
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize SRA3
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize Statement
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize EnvISOB5
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize EnvC5
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize EnvC6
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize EnvChou3
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize EnvChou4
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize EnvYou3
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize EnvYou4
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize EnvDL
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize EnvMonarch
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize Env10
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize JapanesePostCard
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize 4x6_PostCard
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize DoublePostcardRotated
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize LetterTab-F
*UIConstraints: *Staple 1StapleAuto(Left) *PageSize A4Tab-F
*UIConstraints: *Staple 1StapleAuto(Left) *OutputBin Tray4
*UIConstraints: *Staple 1StapleAuto(Left) *Binding RightBinding
*UIConstraints: *Staple 1StapleAuto(Left) *Combination Booklet
*UIConstraints: *Staple 1StapleAuto(Left) *Fold Stitch
*UIConstraints: *Staple 1StapleAuto(Left) *Fold HalfFold
*UIConstraints: *Staple 1StapleAuto(Left) *Fold TriFold
*UIConstraints: *Staple 1StapleAuto(Left) *Finisher None
*UIConstraints: *Staple 1StapleAuto(Left) *Finisher JS506
*UIConstraints: *Staple 1StapleAuto(Left) *Model C3851
*UIConstraints: *Staple 1StapleAuto(Left) *Model C3351
*UIConstraints: *Staple 1StapleZeroLeft *Offset True
*UIConstraints: *Staple 1StapleZeroLeft *MediaType Thick3
*UIConstraints: *Staple 1StapleZeroLeft *MediaType Thick3(2nd)
*UIConstraints: *Staple 1StapleZeroLeft *MediaType Thick4
*UIConstraints: *Staple 1StapleZeroLeft *MediaType Thick4(2nd)
*UIConstraints: *Staple 1StapleZeroLeft *MediaType Envelope
*UIConstraints: *Staple 1StapleZeroLeft *MediaType Transparency
*UIConstraints: *Staple 1StapleZeroLeft *MediaType TAB
*UIConstraints: *Staple 1StapleZeroLeft *MediaType User6
*UIConstraints: *Staple 1StapleZeroLeft *MediaType User6(2nd)
*UIConstraints: *Staple 1StapleZeroLeft *PageSize A5
*UIConstraints: *Staple 1StapleZeroLeft *PageSize A6
*UIConstraints: *Staple 1StapleZeroLeft *PageSize B4
*UIConstraints: *Staple 1StapleZeroLeft *PageSize B5
*UIConstraints: *Staple 1StapleZeroLeft *PageSize B6
*UIConstraints: *Staple 1StapleZeroLeft *PageSize SRA3
*UIConstraints: *Staple 1StapleZeroLeft *PageSize 220mmx330mm
*UIConstraints: *Staple 1StapleZeroLeft *PageSize 12x18
*UIConstraints: *Staple 1StapleZeroLeft *PageSize Legal
*UIConstraints: *Staple 1StapleZeroLeft *PageSize Statement
*UIConstraints: *Staple 1StapleZeroLeft *PageSize 8x13
*UIConstraints: *Staple 1StapleZeroLeft *PageSize 8.5x13
*UIConstraints: *Staple 1StapleZeroLeft *PageSize 8.5x13.5
*UIConstraints: *Staple 1StapleZeroLeft *PageSize 8.25x13
*UIConstraints: *Staple 1StapleZeroLeft *PageSize 8.125x13.25
*UIConstraints: *Staple 1StapleZeroLeft *PageSize Executive
*UIConstraints: *Staple 1StapleZeroLeft *PageSize 8K
*UIConstraints: *Staple 1StapleZeroLeft *PageSize 16K
*UIConstraints: *Staple 1StapleZeroLeft *PageSize EnvISOB5
*UIConstraints: *Staple 1StapleZeroLeft *PageSize EnvC4
*UIConstraints: *Staple 1StapleZeroLeft *PageSize EnvC5
*UIConstraints: *Staple 1StapleZeroLeft *PageSize EnvC6
*UIConstraints: *Staple 1StapleZeroLeft *PageSize EnvChou3
*UIConstraints: *Staple 1StapleZeroLeft *PageSize EnvChou4
*UIConstraints: *Staple 1StapleZeroLeft *PageSize EnvYou3
*UIConstraints: *Staple 1StapleZeroLeft *PageSize EnvYou4
*UIConstraints: *Staple 1StapleZeroLeft *PageSize EnvKaku1
*UIConstraints: *Staple 1StapleZeroLeft *PageSize EnvKaku2
*UIConstraints: *Staple 1StapleZeroLeft *PageSize EnvKaku3
*UIConstraints: *Staple 1StapleZeroLeft *PageSize EnvDL
*UIConstraints: *Staple 1StapleZeroLeft *PageSize EnvMonarch
*UIConstraints: *Staple 1StapleZeroLeft *PageSize Env10
*UIConstraints: *Staple 1StapleZeroLeft *PageSize JapanesePostCard
*UIConstraints: *Staple 1StapleZeroLeft *PageSize 4x6_PostCard
*UIConstraints: *Staple 1StapleZeroLeft *PageSize A3Extra
*UIConstraints: *Staple 1StapleZeroLeft *PageSize A4Extra
*UIConstraints: *Staple 1StapleZeroLeft *PageSize A5Extra
*UIConstraints: *Staple 1StapleZeroLeft *PageSize B4Extra
*UIConstraints: *Staple 1StapleZeroLeft *PageSize B5Extra
*UIConstraints: *Staple 1StapleZeroLeft *PageSize TabloidExtra
*UIConstraints: *Staple 1StapleZeroLeft *PageSize LetterExtra
*UIConstraints: *Staple 1StapleZeroLeft *PageSize StatementExtra
*UIConstraints: *Staple 1StapleZeroLeft *PageSize LetterTab-F
*UIConstraints: *Staple 1StapleZeroLeft *PageSize A4Tab-F
*UIConstraints: *Staple 1StapleZeroLeft *OutputBin Tray4
*UIConstraints: *Staple 1StapleZeroLeft *Binding TopBinding
*UIConstraints: *Staple 1StapleZeroLeft *Binding RightBinding
*UIConstraints: *Staple 1StapleZeroLeft *Combination Booklet
*UIConstraints: *Staple 1StapleZeroLeft *Fold Stitch
*UIConstraints: *Staple 1StapleZeroLeft *Fold HalfFold
*UIConstraints: *Staple 1StapleZeroLeft *Fold TriFold
*UIConstraints: *Staple 1StapleZeroLeft *Finisher None
*UIConstraints: *Staple 1StapleZeroLeft *Finisher Enable
*UIConstraints: *Staple 1StapleZeroLeft *Finisher FS533
*UIConstraints: *Staple 1StapleZeroLeft *Finisher JS506
*UIConstraints: *Staple 1StapleZeroLeft *Model C368
*UIConstraints: *Staple 1StapleZeroLeft *Model C308
*UIConstraints: *Staple 1StapleZeroLeft *Model C258
*UIConstraints: *Staple 1StapleZeroLeft *Model C287
*UIConstraints: *Staple 1StapleZeroLeft *Model C227
*UIConstraints: *Staple 1StapleZeroLeft *Model C3851
*UIConstraints: *Staple 1StapleZeroLeft *Model C3851FS
*UIConstraints: *Staple 1StapleZeroLeft *Model C3351
*UIConstraints: *Staple 1Staple(Right) *Offset True
*UIConstraints: *Staple 1Staple(Right) *MediaType Thick3
*UIConstraints: *Staple 1Staple(Right) *MediaType Thick3(2nd)
*UIConstraints: *Staple 1Staple(Right) *MediaType Thick4
*UIConstraints: *Staple 1Staple(Right) *MediaType Thick4(2nd)
*UIConstraints: *Staple 1Staple(Right) *MediaType Envelope
*UIConstraints: *Staple 1Staple(Right) *MediaType Transparency
*UIConstraints: *Staple 1Staple(Right) *MediaType TAB
*UIConstraints: *Staple 1Staple(Right) *MediaType Labels
*UIConstraints: *Staple 1Staple(Right) *MediaType Postcard
*UIConstraints: *Staple 1Staple(Right) *MediaType Glossy
*UIConstraints: *Staple 1Staple(Right) *MediaType GlossyPlus
*UIConstraints: *Staple 1Staple(Right) *MediaType Glossy2
*UIConstraints: *Staple 1Staple(Right) *MediaType User6
*UIConstraints: *Staple 1Staple(Right) *MediaType User6(2nd)
*UIConstraints: *Staple 1Staple(Right) *PageSize A6
*UIConstraints: *Staple 1Staple(Right) *PageSize B6
*UIConstraints: *Staple 1Staple(Right) *PageSize SRA3
*UIConstraints: *Staple 1Staple(Right) *PageSize Statement
*UIConstraints: *Staple 1Staple(Right) *PageSize EnvISOB5
*UIConstraints: *Staple 1Staple(Right) *PageSize EnvC5
*UIConstraints: *Staple 1Staple(Right) *PageSize EnvC6
*UIConstraints: *Staple 1Staple(Right) *PageSize EnvChou3
*UIConstraints: *Staple 1Staple(Right) *PageSize EnvChou4
*UIConstraints: *Staple 1Staple(Right) *PageSize EnvYou3
*UIConstraints: *Staple 1Staple(Right) *PageSize EnvYou4
*UIConstraints: *Staple 1Staple(Right) *PageSize EnvDL
*UIConstraints: *Staple 1Staple(Right) *PageSize EnvMonarch
*UIConstraints: *Staple 1Staple(Right) *PageSize Env10
*UIConstraints: *Staple 1Staple(Right) *PageSize JapanesePostCard
*UIConstraints: *Staple 1Staple(Right) *PageSize 4x6_PostCard
*UIConstraints: *Staple 1Staple(Right) *PageSize DoublePostcardRotated
*UIConstraints: *Staple 1Staple(Right) *PageSize LetterTab-F
*UIConstraints: *Staple 1Staple(Right) *PageSize A4Tab-F
*UIConstraints: *Staple 1Staple(Right) *OutputBin Tray4
*UIConstraints: *Staple 1Staple(Right) *Binding LeftBinding
*UIConstraints: *Staple 1Staple(Right) *Combination Booklet
*UIConstraints: *Staple 1Staple(Right) *Fold Stitch
*UIConstraints: *Staple 1Staple(Right) *Fold HalfFold
*UIConstraints: *Staple 1Staple(Right) *Fold TriFold
*UIConstraints: *Staple 1Staple(Right) *Finisher None
*UIConstraints: *Staple 1Staple(Right) *Finisher JS506
*UIConstraints: *Staple 1Staple(Right) *Model C3851
*UIConstraints: *Staple 1Staple(Right) *Model C3351
*UIConstraints: *Staple 2Staples *Offset True
*UIConstraints: *Staple 2Staples *MediaType Thick3
*UIConstraints: *Staple 2Staples *MediaType Thick3(2nd)
*UIConstraints: *Staple 2Staples *MediaType Thick4
*UIConstraints: *Staple 2Staples *MediaType Thick4(2nd)
*UIConstraints: *Staple 2Staples *MediaType Envelope
*UIConstraints: *Staple 2Staples *MediaType Transparency
*UIConstraints: *Staple 2Staples *MediaType TAB
*UIConstraints: *Staple 2Staples *MediaType User6
*UIConstraints: *Staple 2Staples *MediaType User6(2nd)
*UIConstraints: *Staple 2Staples *PageSize A6
*UIConstraints: *Staple 2Staples *PageSize B6
*UIConstraints: *Staple 2Staples *PageSize SRA3
*UIConstraints: *Staple 2Staples *PageSize Statement
*UIConstraints: *Staple 2Staples *PageSize EnvISOB5
*UIConstraints: *Staple 2Staples *PageSize EnvC5
*UIConstraints: *Staple 2Staples *PageSize EnvC6
*UIConstraints: *Staple 2Staples *PageSize EnvChou3
*UIConstraints: *Staple 2Staples *PageSize EnvChou4
*UIConstraints: *Staple 2Staples *PageSize EnvYou3
*UIConstraints: *Staple 2Staples *PageSize EnvYou4
*UIConstraints: *Staple 2Staples *PageSize EnvDL
*UIConstraints: *Staple 2Staples *PageSize EnvMonarch
*UIConstraints: *Staple 2Staples *PageSize Env10
*UIConstraints: *Staple 2Staples *PageSize JapanesePostCard
*UIConstraints: *Staple 2Staples *PageSize 4x6_PostCard
*UIConstraints: *Staple 2Staples *PageSize LetterTab-F
*UIConstraints: *Staple 2Staples *PageSize A4Tab-F
*UIConstraints: *Staple 2Staples *OutputBin Tray4
*UIConstraints: *Staple 2Staples *Combination Booklet
*UIConstraints: *Staple 2Staples *Fold Stitch
*UIConstraints: *Staple 2Staples *Fold HalfFold
*UIConstraints: *Staple 2Staples *Fold TriFold
*UIConstraints: *Staple 2Staples *Finisher None
*UIConstraints: *Staple 2Staples *Finisher Enable
*UIConstraints: *Staple 2Staples *Finisher JS506
*UIConstraints: *Staple 2Staples *Model C3851
*UIConstraints: *Staple 2Staples *Model C3851FS
*UIConstraints: *Staple 2Staples *Model C3351
*UIConstraints: *Punch 2holes *MediaType Envelope
*UIConstraints: *Punch 2holes *MediaType Transparency
*UIConstraints: *Punch 2holes *MediaType TAB
*UIConstraints: *Punch 2holes *PageSize A6
*UIConstraints: *Punch 2holes *PageSize B6
*UIConstraints: *Punch 2holes *PageSize SRA3
*UIConstraints: *Punch 2holes *PageSize 12x18
*UIConstraints: *Punch 2holes *PageSize EnvISOB5
*UIConstraints: *Punch 2holes *PageSize EnvC4
*UIConstraints: *Punch 2holes *PageSize EnvC5
*UIConstraints: *Punch 2holes *PageSize EnvC6
*UIConstraints: *Punch 2holes *PageSize EnvChou3
*UIConstraints: *Punch 2holes *PageSize EnvChou4
*UIConstraints: *Punch 2holes *PageSize EnvYou3
*UIConstraints: *Punch 2holes *PageSize EnvYou4
*UIConstraints: *Punch 2holes *PageSize EnvKaku1
*UIConstraints: *Punch 2holes *PageSize EnvKaku2
*UIConstraints: *Punch 2holes *PageSize EnvKaku3
*UIConstraints: *Punch 2holes *PageSize EnvDL
*UIConstraints: *Punch 2holes *PageSize EnvMonarch
*UIConstraints: *Punch 2holes *PageSize Env10
*UIConstraints: *Punch 2holes *PageSize JapanesePostCard
*UIConstraints: *Punch 2holes *PageSize 4x6_PostCard
*UIConstraints: *Punch 2holes *PageSize A3Extra
*UIConstraints: *Punch 2holes *PageSize A4Extra
*UIConstraints: *Punch 2holes *PageSize A5Extra
*UIConstraints: *Punch 2holes *PageSize B4Extra
*UIConstraints: *Punch 2holes *PageSize B5Extra
*UIConstraints: *Punch 2holes *PageSize TabloidExtra
*UIConstraints: *Punch 2holes *PageSize LetterExtra
*UIConstraints: *Punch 2holes *PageSize StatementExtra
*UIConstraints: *Punch 2holes *PageSize LetterTab-F
*UIConstraints: *Punch 2holes *PageSize A4Tab-F
*UIConstraints: *Punch 2holes *OutputBin Tray4
*UIConstraints: *Punch 2holes *Combination Booklet
*UIConstraints: *Punch 2holes *Fold Stitch
*UIConstraints: *Punch 2holes *Fold HalfFold
*UIConstraints: *Punch 2holes *Fold TriFold
*UIConstraints: *Punch 2holes *KOPunch None
*UIConstraints: *Punch 2holes *KOPunch PK519-SWE4
*UIConstraints: *Punch 2holes *KOPunch PK520-SWE4
*UIConstraints: *Punch 2holes *KOPunch PK523-SWE4
*UIConstraints: *Punch 2holes *Model C3851
*UIConstraints: *Punch 2holes *Model C3851FS
*UIConstraints: *Punch 2holes *Model C3351
*UIConstraints: *Punch 3holes *MediaType Envelope
*UIConstraints: *Punch 3holes *MediaType Transparency
*UIConstraints: *Punch 3holes *MediaType TAB
*UIConstraints: *Punch 3holes *PageSize A5
*UIConstraints: *Punch 3holes *PageSize A6
*UIConstraints: *Punch 3holes *PageSize B6
*UIConstraints: *Punch 3holes *PageSize SRA3
*UIConstraints: *Punch 3holes *PageSize 220mmx330mm
*UIConstraints: *Punch 3holes *PageSize 12x18
*UIConstraints: *Punch 3holes *PageSize Legal
*UIConstraints: *Punch 3holes *PageSize Statement
*UIConstraints: *Punch 3holes *PageSize 8x13
*UIConstraints: *Punch 3holes *PageSize 8.5x13
*UIConstraints: *Punch 3holes *PageSize 8.5x13.5
*UIConstraints: *Punch 3holes *PageSize 8.25x13
*UIConstraints: *Punch 3holes *PageSize 8.125x13.25
*UIConstraints: *Punch 3holes *PageSize EnvISOB5
*UIConstraints: *Punch 3holes *PageSize EnvC4
*UIConstraints: *Punch 3holes *PageSize EnvC5
*UIConstraints: *Punch 3holes *PageSize EnvC6
*UIConstraints: *Punch 3holes *PageSize EnvChou3
*UIConstraints: *Punch 3holes *PageSize EnvChou4
*UIConstraints: *Punch 3holes *PageSize EnvYou3
*UIConstraints: *Punch 3holes *PageSize EnvYou4
*UIConstraints: *Punch 3holes *PageSize EnvKaku1
*UIConstraints: *Punch 3holes *PageSize EnvKaku2
*UIConstraints: *Punch 3holes *PageSize EnvKaku3
*UIConstraints: *Punch 3holes *PageSize EnvDL
*UIConstraints: *Punch 3holes *PageSize EnvMonarch
*UIConstraints: *Punch 3holes *PageSize Env10
*UIConstraints: *Punch 3holes *PageSize JapanesePostCard
*UIConstraints: *Punch 3holes *PageSize 4x6_PostCard
*UIConstraints: *Punch 3holes *PageSize A3Extra
*UIConstraints: *Punch 3holes *PageSize A4Extra
*UIConstraints: *Punch 3holes *PageSize A5Extra
*UIConstraints: *Punch 3holes *PageSize B4Extra
*UIConstraints: *Punch 3holes *PageSize B5Extra
*UIConstraints: *Punch 3holes *PageSize TabloidExtra
*UIConstraints: *Punch 3holes *PageSize LetterExtra
*UIConstraints: *Punch 3holes *PageSize StatementExtra
*UIConstraints: *Punch 3holes *PageSize LetterTab-F
*UIConstraints: *Punch 3holes *PageSize A4Tab-F
*UIConstraints: *Punch 3holes *OutputBin Tray4
*UIConstraints: *Punch 3holes *Combination Booklet
*UIConstraints: *Punch 3holes *Fold Stitch
*UIConstraints: *Punch 3holes *Fold HalfFold
*UIConstraints: *Punch 3holes *Fold TriFold
*UIConstraints: *Punch 3holes *KOPunch None
*UIConstraints: *Punch 3holes *KOPunch PK519
*UIConstraints: *Punch 3holes *KOPunch PK519-4
*UIConstraints: *Punch 3holes *KOPunch PK519-SWE4
*UIConstraints: *Punch 3holes *KOPunch PK520
*UIConstraints: *Punch 3holes *KOPunch PK520-4
*UIConstraints: *Punch 3holes *KOPunch PK520-SWE4
*UIConstraints: *Punch 3holes *KOPunch PK523
*UIConstraints: *Punch 3holes *KOPunch PK523-4
*UIConstraints: *Punch 3holes *KOPunch PK523-SWE4
*UIConstraints: *Punch 3holes *Model C3851
*UIConstraints: *Punch 3holes *Model C3851FS
*UIConstraints: *Punch 3holes *Model C3351
*UIConstraints: *Punch 4holes *MediaType Envelope
*UIConstraints: *Punch 4holes *MediaType Transparency
*UIConstraints: *Punch 4holes *MediaType TAB
*UIConstraints: *Punch 4holes *PageSize A6
*UIConstraints: *Punch 4holes *PageSize B6
*UIConstraints: *Punch 4holes *PageSize SRA3
*UIConstraints: *Punch 4holes *PageSize 12x18
*UIConstraints: *Punch 4holes *PageSize 8.5x13.5
*UIConstraints: *Punch 4holes *PageSize EnvISOB5
*UIConstraints: *Punch 4holes *PageSize EnvC4
*UIConstraints: *Punch 4holes *PageSize EnvC5
*UIConstraints: *Punch 4holes *PageSize EnvC6
*UIConstraints: *Punch 4holes *PageSize EnvChou3
*UIConstraints: *Punch 4holes *PageSize EnvChou4
*UIConstraints: *Punch 4holes *PageSize EnvYou3
*UIConstraints: *Punch 4holes *PageSize EnvYou4
*UIConstraints: *Punch 4holes *PageSize EnvKaku1
*UIConstraints: *Punch 4holes *PageSize EnvKaku2
*UIConstraints: *Punch 4holes *PageSize EnvKaku3
*UIConstraints: *Punch 4holes *PageSize EnvDL
*UIConstraints: *Punch 4holes *PageSize EnvMonarch
*UIConstraints: *Punch 4holes *PageSize Env10
*UIConstraints: *Punch 4holes *PageSize JapanesePostCard
*UIConstraints: *Punch 4holes *PageSize 4x6_PostCard
*UIConstraints: *Punch 4holes *PageSize A3Extra
*UIConstraints: *Punch 4holes *PageSize A4Extra
*UIConstraints: *Punch 4holes *PageSize A5Extra
*UIConstraints: *Punch 4holes *PageSize B4Extra
*UIConstraints: *Punch 4holes *PageSize B5Extra
*UIConstraints: *Punch 4holes *PageSize TabloidExtra
*UIConstraints: *Punch 4holes *PageSize LetterExtra
*UIConstraints: *Punch 4holes *PageSize StatementExtra
*UIConstraints: *Punch 4holes *PageSize LetterTab-F
*UIConstraints: *Punch 4holes *PageSize A4Tab-F
*UIConstraints: *Punch 4holes *OutputBin Tray4
*UIConstraints: *Punch 4holes *Combination Booklet
*UIConstraints: *Punch 4holes *Fold Stitch
*UIConstraints: *Punch 4holes *Fold HalfFold
*UIConstraints: *Punch 4holes *Fold TriFold
*UIConstraints: *Punch 4holes *KOPunch None
*UIConstraints: *Punch 4holes *KOPunch PK519
*UIConstraints: *Punch 4holes *KOPunch PK519-3
*UIConstraints: *Punch 4holes *KOPunch PK520
*UIConstraints: *Punch 4holes *KOPunch PK520-3
*UIConstraints: *Punch 4holes *KOPunch PK523
*UIConstraints: *Punch 4holes *KOPunch PK523-3
*UIConstraints: *Punch 4holes *Model C3851
*UIConstraints: *Punch 4holes *Model C3851FS
*UIConstraints: *Punch 4holes *Model C3351
*UIConstraints: *Fold Stitch *Offset True
*UIConstraints: *Fold Stitch *MediaType Plain(2nd)
*UIConstraints: *Fold Stitch *MediaType Thick1(2nd)
*UIConstraints: *Fold Stitch *MediaType Thick1Plus
*UIConstraints: *Fold Stitch *MediaType Thick1Plus(2nd)
*UIConstraints: *Fold Stitch *MediaType Thick2
*UIConstraints: *Fold Stitch *MediaType Thick2(2nd)
*UIConstraints: *Fold Stitch *MediaType Thick3
*UIConstraints: *Fold Stitch *MediaType Thick3(2nd)
*UIConstraints: *Fold Stitch *MediaType Thick4
*UIConstraints: *Fold Stitch *MediaType Thick4(2nd)
*UIConstraints: *Fold Stitch *MediaType Thin(2nd)
*UIConstraints: *Fold Stitch *MediaType Envelope
*UIConstraints: *Fold Stitch *MediaType Transparency
*UIConstraints: *Fold Stitch *MediaType TAB
*UIConstraints: *Fold Stitch *MediaType Recycled(2nd)
*UIConstraints: *Fold Stitch *MediaType User1(2nd)
*UIConstraints: *Fold Stitch *MediaType User2(2nd)
*UIConstraints: *Fold Stitch *MediaType User3(2nd)
*UIConstraints: *Fold Stitch *MediaType User4
*UIConstraints: *Fold Stitch *MediaType User4(2nd)
*UIConstraints: *Fold Stitch *MediaType User5
*UIConstraints: *Fold Stitch *MediaType User5(2nd)
*UIConstraints: *Fold Stitch *MediaType User6
*UIConstraints: *Fold Stitch *MediaType User6(2nd)
*UIConstraints: *Fold Stitch *PageSize A6
*UIConstraints: *Fold Stitch *PageSize B6
*UIConstraints: *Fold Stitch *PageSize 8x13
*UIConstraints: *Fold Stitch *PageSize 8.25x13
*UIConstraints: *Fold Stitch *PageSize 8.125x13.25
*UIConstraints: *Fold Stitch *PageSize Executive
*UIConstraints: *Fold Stitch *PageSize EnvISOB5
*UIConstraints: *Fold Stitch *PageSize EnvC5
*UIConstraints: *Fold Stitch *PageSize EnvC6
*UIConstraints: *Fold Stitch *PageSize EnvChou3
*UIConstraints: *Fold Stitch *PageSize EnvChou4
*UIConstraints: *Fold Stitch *PageSize EnvYou3
*UIConstraints: *Fold Stitch *PageSize EnvYou4
*UIConstraints: *Fold Stitch *PageSize EnvKaku3
*UIConstraints: *Fold Stitch *PageSize EnvDL
*UIConstraints: *Fold Stitch *PageSize EnvMonarch
*UIConstraints: *Fold Stitch *PageSize Env10
*UIConstraints: *Fold Stitch *PageSize JapanesePostCard
*UIConstraints: *Fold Stitch *PageSize 4x6_PostCard
*UIConstraints: *Fold Stitch *PageSize LetterTab-F
*UIConstraints: *Fold Stitch *PageSize A4Tab-F
*UIConstraints: *Fold Stitch *OutputBin Tray1
*UIConstraints: *Fold Stitch *OutputBin Tray2
*UIConstraints: *Fold Stitch *OutputBin Tray3
*UIConstraints: *Fold Stitch *OutputBin Tray4
*UIConstraints: *Fold Stitch *Staple 1StapleAuto(Left)
*UIConstraints: *Fold Stitch *Staple 1StapleZeroLeft
*UIConstraints: *Fold Stitch *Staple 1Staple(Right)
*UIConstraints: *Fold Stitch *Staple 2Staples
*UIConstraints: *Fold Stitch *Punch 2holes
*UIConstraints: *Fold Stitch *Punch 3holes
*UIConstraints: *Fold Stitch *Punch 4holes
*UIConstraints: *Fold Stitch *BackCoverPage Printed
*UIConstraints: *Fold Stitch *BackCoverPage Blank
*UIConstraints: *Fold Stitch *PIBackCover PITray1
*UIConstraints: *Fold Stitch *PIBackCover PITray2
*UIConstraints: *Fold Stitch *GlossyMode True
*UIConstraints: *Fold Stitch *SaddleUnit None
*UIConstraints: *Fold Stitch *Model C3851
*UIConstraints: *Fold Stitch *Model C3851FS
*UIConstraints: *Fold Stitch *Model C3351
*UIConstraints: *Fold HalfFold *Offset True
*UIConstraints: *Fold HalfFold *MediaType Plain(2nd)
*UIConstraints: *Fold HalfFold *MediaType Thick1
*UIConstraints: *Fold HalfFold *MediaType Thick1(2nd)
*UIConstraints: *Fold HalfFold *MediaType Thick1Plus
*UIConstraints: *Fold HalfFold *MediaType Thick1Plus(2nd)
*UIConstraints: *Fold HalfFold *MediaType Thick2
*UIConstraints: *Fold HalfFold *MediaType Thick2(2nd)
*UIConstraints: *Fold HalfFold *MediaType Thick3
*UIConstraints: *Fold HalfFold *MediaType Thick3(2nd)
*UIConstraints: *Fold HalfFold *MediaType Thick4
*UIConstraints: *Fold HalfFold *MediaType Thick4(2nd)
*UIConstraints: *Fold HalfFold *MediaType Thin(2nd)
*UIConstraints: *Fold HalfFold *MediaType Envelope
*UIConstraints: *Fold HalfFold *MediaType Transparency
*UIConstraints: *Fold HalfFold *MediaType TAB
*UIConstraints: *Fold HalfFold *MediaType Recycled(2nd)
*UIConstraints: *Fold HalfFold *MediaType User1(2nd)
*UIConstraints: *Fold HalfFold *MediaType User2(2nd)
*UIConstraints: *Fold HalfFold *MediaType User3
*UIConstraints: *Fold HalfFold *MediaType User3(2nd)
*UIConstraints: *Fold HalfFold *MediaType User4
*UIConstraints: *Fold HalfFold *MediaType User4(2nd)
*UIConstraints: *Fold HalfFold *MediaType User5
*UIConstraints: *Fold HalfFold *MediaType User5(2nd)
*UIConstraints: *Fold HalfFold *MediaType User6
*UIConstraints: *Fold HalfFold *MediaType User6(2nd)
*UIConstraints: *Fold HalfFold *PageSize A6
*UIConstraints: *Fold HalfFold *PageSize B6
*UIConstraints: *Fold HalfFold *PageSize 8x13
*UIConstraints: *Fold HalfFold *PageSize 8.25x13
*UIConstraints: *Fold HalfFold *PageSize 8.125x13.25
*UIConstraints: *Fold HalfFold *PageSize Executive
*UIConstraints: *Fold HalfFold *PageSize EnvISOB5
*UIConstraints: *Fold HalfFold *PageSize EnvC5
*UIConstraints: *Fold HalfFold *PageSize EnvC6
*UIConstraints: *Fold HalfFold *PageSize EnvChou3
*UIConstraints: *Fold HalfFold *PageSize EnvChou4
*UIConstraints: *Fold HalfFold *PageSize EnvYou3
*UIConstraints: *Fold HalfFold *PageSize EnvYou4
*UIConstraints: *Fold HalfFold *PageSize EnvKaku3
*UIConstraints: *Fold HalfFold *PageSize EnvDL
*UIConstraints: *Fold HalfFold *PageSize EnvMonarch
*UIConstraints: *Fold HalfFold *PageSize Env10
*UIConstraints: *Fold HalfFold *PageSize JapanesePostCard
*UIConstraints: *Fold HalfFold *PageSize 4x6_PostCard
*UIConstraints: *Fold HalfFold *PageSize LetterTab-F
*UIConstraints: *Fold HalfFold *PageSize A4Tab-F
*UIConstraints: *Fold HalfFold *OutputBin Tray1
*UIConstraints: *Fold HalfFold *OutputBin Tray2
*UIConstraints: *Fold HalfFold *OutputBin Tray3
*UIConstraints: *Fold HalfFold *OutputBin Tray4
*UIConstraints: *Fold HalfFold *Staple 1StapleAuto(Left)
*UIConstraints: *Fold HalfFold *Staple 1StapleZeroLeft
*UIConstraints: *Fold HalfFold *Staple 1Staple(Right)
*UIConstraints: *Fold HalfFold *Staple 2Staples
*UIConstraints: *Fold HalfFold *Punch 2holes
*UIConstraints: *Fold HalfFold *Punch 3holes
*UIConstraints: *Fold HalfFold *Punch 4holes
*UIConstraints: *Fold HalfFold *BackCoverPage Printed
*UIConstraints: *Fold HalfFold *BackCoverPage Blank
*UIConstraints: *Fold HalfFold *PIBackCover PITray1
*UIConstraints: *Fold HalfFold *PIBackCover PITray2
*UIConstraints: *Fold HalfFold *GlossyMode True
*UIConstraints: *Fold HalfFold *SaddleUnit None
*UIConstraints: *Fold HalfFold *Model C3851
*UIConstraints: *Fold HalfFold *Model C3851FS
*UIConstraints: *Fold HalfFold *Model C3351
*UIConstraints: *Fold TriFold *Offset True
*UIConstraints: *Fold TriFold *MediaType Thick1
*UIConstraints: *Fold TriFold *MediaType Thick1(2nd)
*UIConstraints: *Fold TriFold *MediaType Thick1Plus
*UIConstraints: *Fold TriFold *MediaType Thick1Plus(2nd)
*UIConstraints: *Fold TriFold *MediaType Thick2
*UIConstraints: *Fold TriFold *MediaType Thick2(2nd)
*UIConstraints: *Fold TriFold *MediaType Thick3
*UIConstraints: *Fold TriFold *MediaType Thick3(2nd)
*UIConstraints: *Fold TriFold *MediaType Thick4
*UIConstraints: *Fold TriFold *MediaType Thick4(2nd)
*UIConstraints: *Fold TriFold *MediaType Thin(2nd)
*UIConstraints: *Fold TriFold *MediaType Envelope
*UIConstraints: *Fold TriFold *MediaType Transparency
*UIConstraints: *Fold TriFold *MediaType TAB
*UIConstraints: *Fold TriFold *MediaType Recycled(2nd)
*UIConstraints: *Fold TriFold *MediaType User3
*UIConstraints: *Fold TriFold *MediaType User3(2nd)
*UIConstraints: *Fold TriFold *MediaType User4
*UIConstraints: *Fold TriFold *MediaType User4(2nd)
*UIConstraints: *Fold TriFold *MediaType User5
*UIConstraints: *Fold TriFold *MediaType User5(2nd)
*UIConstraints: *Fold TriFold *MediaType User6
*UIConstraints: *Fold TriFold *MediaType User6(2nd)
*UIConstraints: *Fold TriFold *PageSize A3
*UIConstraints: *Fold TriFold *PageSize A5
*UIConstraints: *Fold TriFold *PageSize A6
*UIConstraints: *Fold TriFold *PageSize B4
*UIConstraints: *Fold TriFold *PageSize B5
*UIConstraints: *Fold TriFold *PageSize B6
*UIConstraints: *Fold TriFold *PageSize SRA3
*UIConstraints: *Fold TriFold *PageSize 220mmx330mm
*UIConstraints: *Fold TriFold *PageSize 12x18
*UIConstraints: *Fold TriFold *PageSize Tabloid
*UIConstraints: *Fold TriFold *PageSize Legal
*UIConstraints: *Fold TriFold *PageSize Statement
*UIConstraints: *Fold TriFold *PageSize 8x13
*UIConstraints: *Fold TriFold *PageSize 8.5x13
*UIConstraints: *Fold TriFold *PageSize 8.5x13.5
*UIConstraints: *Fold TriFold *PageSize 8.25x13
*UIConstraints: *Fold TriFold *PageSize 8.125x13.25
*UIConstraints: *Fold TriFold *PageSize Executive
*UIConstraints: *Fold TriFold *PageSize 8K
*UIConstraints: *Fold TriFold *PageSize EnvISOB5
*UIConstraints: *Fold TriFold *PageSize EnvC4
*UIConstraints: *Fold TriFold *PageSize EnvC5
*UIConstraints: *Fold TriFold *PageSize EnvC6
*UIConstraints: *Fold TriFold *PageSize EnvChou3
*UIConstraints: *Fold TriFold *PageSize EnvChou4
*UIConstraints: *Fold TriFold *PageSize EnvYou3
*UIConstraints: *Fold TriFold *PageSize EnvYou4
*UIConstraints: *Fold TriFold *PageSize EnvKaku1
*UIConstraints: *Fold TriFold *PageSize EnvKaku2
*UIConstraints: *Fold TriFold *PageSize EnvKaku3
*UIConstraints: *Fold TriFold *PageSize EnvDL
*UIConstraints: *Fold TriFold *PageSize EnvMonarch
*UIConstraints: *Fold TriFold *PageSize Env10
*UIConstraints: *Fold TriFold *PageSize JapanesePostCard
*UIConstraints: *Fold TriFold *PageSize 4x6_PostCard
*UIConstraints: *Fold TriFold *PageSize A3Extra
*UIConstraints: *Fold TriFold *PageSize A4Extra
*UIConstraints: *Fold TriFold *PageSize A5Extra
*UIConstraints: *Fold TriFold *PageSize B4Extra
*UIConstraints: *Fold TriFold *PageSize B5Extra
*UIConstraints: *Fold TriFold *PageSize TabloidExtra
*UIConstraints: *Fold TriFold *PageSize LetterExtra
*UIConstraints: *Fold TriFold *PageSize StatementExtra
*UIConstraints: *Fold TriFold *PageSize LetterTab-F
*UIConstraints: *Fold TriFold *PageSize A4Tab-F
*UIConstraints: *Fold TriFold *OutputBin Tray1
*UIConstraints: *Fold TriFold *OutputBin Tray2
*UIConstraints: *Fold TriFold *OutputBin Tray3
*UIConstraints: *Fold TriFold *OutputBin Tray4
*UIConstraints: *Fold TriFold *Combination Booklet
*UIConstraints: *Fold TriFold *Staple 1StapleAuto(Left)
*UIConstraints: *Fold TriFold *Staple 1StapleZeroLeft
*UIConstraints: *Fold TriFold *Staple 1Staple(Right)
*UIConstraints: *Fold TriFold *Staple 2Staples
*UIConstraints: *Fold TriFold *Punch 2holes
*UIConstraints: *Fold TriFold *Punch 3holes
*UIConstraints: *Fold TriFold *Punch 4holes
*UIConstraints: *Fold TriFold *PIFrontCover PITray1
*UIConstraints: *Fold TriFold *PIFrontCover PITray2
*UIConstraints: *Fold TriFold *PIBackCover PITray1
*UIConstraints: *Fold TriFold *PIBackCover PITray2
*UIConstraints: *Fold TriFold *SaddleUnit None
*UIConstraints: *Fold TriFold *Model C3851
*UIConstraints: *Fold TriFold *Model C3851FS
*UIConstraints: *Fold TriFold *Model C3351
*UIConstraints: *Fold ZFold1 *MediaType Plain(2nd)
*UIConstraints: *Fold ZFold1 *MediaType Thick1
*UIConstraints: *Fold ZFold1 *MediaType Thick1(2nd)
*UIConstraints: *Fold ZFold1 *MediaType Thick1Plus
*UIConstraints: *Fold ZFold1 *MediaType Thick1Plus(2nd)
*UIConstraints: *Fold ZFold1 *MediaType Thick2
*UIConstraints: *Fold ZFold1 *MediaType Thick2(2nd)
*UIConstraints: *Fold ZFold1 *MediaType Thick3
*UIConstraints: *Fold ZFold1 *MediaType Thick3(2nd)
*UIConstraints: *Fold ZFold1 *MediaType Thick4
*UIConstraints: *Fold ZFold1 *MediaType Thick4(2nd)
*UIConstraints: *Fold ZFold1 *MediaType Thin(2nd)
*UIConstraints: *Fold ZFold1 *MediaType Envelope
*UIConstraints: *Fold ZFold1 *MediaType Transparency
*UIConstraints: *Fold ZFold1 *MediaType Recycled(2nd)
*UIConstraints: *Fold ZFold1 *MediaType User1(2nd)
*UIConstraints: *Fold ZFold1 *MediaType User2(2nd)
*UIConstraints: *Fold ZFold1 *MediaType User3
*UIConstraints: *Fold ZFold1 *MediaType User3(2nd)
*UIConstraints: *Fold ZFold1 *MediaType User4
*UIConstraints: *Fold ZFold1 *MediaType User4(2nd)
*UIConstraints: *Fold ZFold1 *MediaType User5
*UIConstraints: *Fold ZFold1 *MediaType User5(2nd)
*UIConstraints: *Fold ZFold1 *MediaType User6
*UIConstraints: *Fold ZFold1 *MediaType User6(2nd)
*UIConstraints: *Fold ZFold1 *OutputBin Tray1
*UIConstraints: *Fold ZFold1 *OutputBin Tray2
*UIConstraints: *Fold ZFold1 *OutputBin Tray3
*UIConstraints: *Fold ZFold1 *OutputBin Tray4
*UIConstraints: *Fold ZFold1 *Combination Booklet
*UIConstraints: *Fold ZFold1 *ZFoldPunch None
*UIConstraints: *Fold ZFold1 *Model C368
*UIConstraints: *Fold ZFold1 *Model C308
*UIConstraints: *Fold ZFold1 *Model C258
*UIConstraints: *Fold ZFold1 *Model C287
*UIConstraints: *Fold ZFold1 *Model C227
*UIConstraints: *Fold ZFold1 *Model C3851
*UIConstraints: *Fold ZFold1 *Model C3851FS
*UIConstraints: *Fold ZFold1 *Model C3351
*UIConstraints: *Fold ZFold2 *MediaType Plain(2nd)
*UIConstraints: *Fold ZFold2 *MediaType Thick1
*UIConstraints: *Fold ZFold2 *MediaType Thick1(2nd)
*UIConstraints: *Fold ZFold2 *MediaType Thick1Plus
*UIConstraints: *Fold ZFold2 *MediaType Thick1Plus(2nd)
*UIConstraints: *Fold ZFold2 *MediaType Thick2
*UIConstraints: *Fold ZFold2 *MediaType Thick2(2nd)
*UIConstraints: *Fold ZFold2 *MediaType Thick3
*UIConstraints: *Fold ZFold2 *MediaType Thick3(2nd)
*UIConstraints: *Fold ZFold2 *MediaType Thick4
*UIConstraints: *Fold ZFold2 *MediaType Thick4(2nd)
*UIConstraints: *Fold ZFold2 *MediaType Thin(2nd)
*UIConstraints: *Fold ZFold2 *MediaType Envelope
*UIConstraints: *Fold ZFold2 *MediaType Transparency
*UIConstraints: *Fold ZFold2 *MediaType Recycled(2nd)
*UIConstraints: *Fold ZFold2 *MediaType User1(2nd)
*UIConstraints: *Fold ZFold2 *MediaType User2(2nd)
*UIConstraints: *Fold ZFold2 *MediaType User3
*UIConstraints: *Fold ZFold2 *MediaType User3(2nd)
*UIConstraints: *Fold ZFold2 *MediaType User4
*UIConstraints: *Fold ZFold2 *MediaType User4(2nd)
*UIConstraints: *Fold ZFold2 *MediaType User5
*UIConstraints: *Fold ZFold2 *MediaType User5(2nd)
*UIConstraints: *Fold ZFold2 *MediaType User6
*UIConstraints: *Fold ZFold2 *MediaType User6(2nd)
*UIConstraints: *Fold ZFold2 *OutputBin Tray1
*UIConstraints: *Fold ZFold2 *OutputBin Tray2
*UIConstraints: *Fold ZFold2 *OutputBin Tray3
*UIConstraints: *Fold ZFold2 *OutputBin Tray4
*UIConstraints: *Fold ZFold2 *Combination Booklet
*UIConstraints: *Fold ZFold2 *ZFoldPunch None
*UIConstraints: *Fold ZFold2 *Model C368
*UIConstraints: *Fold ZFold2 *Model C308
*UIConstraints: *Fold ZFold2 *Model C258
*UIConstraints: *Fold ZFold2 *Model C287
*UIConstraints: *Fold ZFold2 *Model C227
*UIConstraints: *Fold ZFold2 *Model C3851
*UIConstraints: *Fold ZFold2 *Model C3851FS
*UIConstraints: *Fold ZFold2 *Model C3351
*UIConstraints: *FrontCoverPage None *FrontCoverTray Tray1
*UIConstraints: *FrontCoverPage None *FrontCoverTray Tray2
*UIConstraints: *FrontCoverPage None *FrontCoverTray Tray3
*UIConstraints: *FrontCoverPage None *FrontCoverTray Tray4
*UIConstraints: *FrontCoverPage None *FrontCoverTray LCT
*UIConstraints: *FrontCoverPage None *FrontCoverTray BypassTray
*UIConstraints: *FrontCoverTray Tray1 *FrontCoverPage None
*UIConstraints: *FrontCoverTray Tray2 *FrontCoverPage None
*UIConstraints: *FrontCoverTray Tray3 *FrontCoverPage None
*UIConstraints: *FrontCoverTray Tray3 *PaperSources None
*UIConstraints: *FrontCoverTray Tray3 *PaperSources LU207
*UIConstraints: *FrontCoverTray Tray3 *PaperSources LU302
*UIConstraints: *FrontCoverTray Tray3 *PaperSources PFP13T2
*UIConstraints: *FrontCoverTray Tray4 *FrontCoverPage None
*UIConstraints: *FrontCoverTray Tray4 *PaperSources None
*UIConstraints: *FrontCoverTray Tray4 *PaperSources LU207
*UIConstraints: *FrontCoverTray Tray4 *PaperSources LU302
*UIConstraints: *FrontCoverTray Tray4 *PaperSources PC110
*UIConstraints: *FrontCoverTray Tray4 *PaperSources PC114
*UIConstraints: *FrontCoverTray Tray4 *PaperSources PC115
*UIConstraints: *FrontCoverTray Tray4 *PaperSources PC110+LU302
*UIConstraints: *FrontCoverTray Tray4 *PaperSources PC115+LU207
*UIConstraints: *FrontCoverTray Tray4 *PaperSources PC115+LU302
*UIConstraints: *FrontCoverTray Tray4 *PaperSources PC410
*UIConstraints: *FrontCoverTray Tray4 *PaperSources PC414
*UIConstraints: *FrontCoverTray Tray4 *PaperSources PC415
*UIConstraints: *FrontCoverTray Tray4 *PaperSources PC410+LU302
*UIConstraints: *FrontCoverTray Tray4 *PaperSources PC415+LU207
*UIConstraints: *FrontCoverTray Tray4 *PaperSources PC415+LU302
*UIConstraints: *FrontCoverTray Tray4 *PaperSources PFP13T2
*UIConstraints: *FrontCoverTray Tray4 *PaperSources PFP13T23
*UIConstraints: *FrontCoverTray LCT *FrontCoverPage None
*UIConstraints: *FrontCoverTray LCT *PaperSources None
*UIConstraints: *FrontCoverTray LCT *PaperSources PC110
*UIConstraints: *FrontCoverTray LCT *PaperSources PC114
*UIConstraints: *FrontCoverTray LCT *PaperSources PC115
*UIConstraints: *FrontCoverTray LCT *PaperSources PC210
*UIConstraints: *FrontCoverTray LCT *PaperSources PC214
*UIConstraints: *FrontCoverTray LCT *PaperSources PC215
*UIConstraints: *FrontCoverTray LCT *PaperSources PC410
*UIConstraints: *FrontCoverTray LCT *PaperSources PC414
*UIConstraints: *FrontCoverTray LCT *PaperSources PC415
*UIConstraints: *FrontCoverTray LCT *PaperSources PFP13T2
*UIConstraints: *FrontCoverTray LCT *PaperSources PFP13T23
*UIConstraints: *FrontCoverTray BypassTray *FrontCoverPage None
*UIConstraints: *BackCoverPage None *BackCoverTray Tray1
*UIConstraints: *BackCoverPage None *BackCoverTray Tray2
*UIConstraints: *BackCoverPage None *BackCoverTray Tray3
*UIConstraints: *BackCoverPage None *BackCoverTray Tray4
*UIConstraints: *BackCoverPage None *BackCoverTray LCT
*UIConstraints: *BackCoverPage None *BackCoverTray BypassTray
*UIConstraints: *BackCoverPage Printed *Combination Booklet
*UIConstraints: *BackCoverPage Printed *Fold Stitch
*UIConstraints: *BackCoverPage Printed *Fold HalfFold
*UIConstraints: *BackCoverPage Blank *Combination Booklet
*UIConstraints: *BackCoverPage Blank *Fold Stitch
*UIConstraints: *BackCoverPage Blank *Fold HalfFold
*UIConstraints: *BackCoverTray Tray1 *BackCoverPage None
*UIConstraints: *BackCoverTray Tray2 *BackCoverPage None
*UIConstraints: *BackCoverTray Tray3 *BackCoverPage None
*UIConstraints: *BackCoverTray Tray3 *PaperSources None
*UIConstraints: *BackCoverTray Tray3 *PaperSources LU207
*UIConstraints: *BackCoverTray Tray3 *PaperSources LU302
*UIConstraints: *BackCoverTray Tray3 *PaperSources PFP13T2
*UIConstraints: *BackCoverTray Tray4 *BackCoverPage None
*UIConstraints: *BackCoverTray Tray4 *PaperSources None
*UIConstraints: *BackCoverTray Tray4 *PaperSources LU207
*UIConstraints: *BackCoverTray Tray4 *PaperSources LU302
*UIConstraints: *BackCoverTray Tray4 *PaperSources PC110
*UIConstraints: *BackCoverTray Tray4 *PaperSources PC114
*UIConstraints: *BackCoverTray Tray4 *PaperSources PC115
*UIConstraints: *BackCoverTray Tray4 *PaperSources PC110+LU302
*UIConstraints: *BackCoverTray Tray4 *PaperSources PC115+LU207
*UIConstraints: *BackCoverTray Tray4 *PaperSources PC115+LU302
*UIConstraints: *BackCoverTray Tray4 *PaperSources PC410
*UIConstraints: *BackCoverTray Tray4 *PaperSources PC414
*UIConstraints: *BackCoverTray Tray4 *PaperSources PC415
*UIConstraints: *BackCoverTray Tray4 *PaperSources PC410+LU302
*UIConstraints: *BackCoverTray Tray4 *PaperSources PC415+LU207
*UIConstraints: *BackCoverTray Tray4 *PaperSources PC415+LU302
*UIConstraints: *BackCoverTray Tray4 *PaperSources PFP13T2
*UIConstraints: *BackCoverTray Tray4 *PaperSources PFP13T23
*UIConstraints: *BackCoverTray LCT *BackCoverPage None
*UIConstraints: *BackCoverTray LCT *PaperSources None
*UIConstraints: *BackCoverTray LCT *PaperSources PC110
*UIConstraints: *BackCoverTray LCT *PaperSources PC114
*UIConstraints: *BackCoverTray LCT *PaperSources PC115
*UIConstraints: *BackCoverTray LCT *PaperSources PC210
*UIConstraints: *BackCoverTray LCT *PaperSources PC214
*UIConstraints: *BackCoverTray LCT *PaperSources PC215
*UIConstraints: *BackCoverTray LCT *PaperSources PC410
*UIConstraints: *BackCoverTray LCT *PaperSources PC414
*UIConstraints: *BackCoverTray LCT *PaperSources PC415
*UIConstraints: *BackCoverTray LCT *PaperSources PFP13T2
*UIConstraints: *BackCoverTray LCT *PaperSources PFP13T23
*UIConstraints: *BackCoverTray BypassTray *BackCoverPage None
*UIConstraints: *PIFrontCover PITray1 *OutputBin Tray1
*UIConstraints: *PIFrontCover PITray1 *OutputBin Tray4
*UIConstraints: *PIFrontCover PITray1 *Fold TriFold
*UIConstraints: *PIFrontCover PITray1 *CoverSheetFeeder None
*UIConstraints: *PIFrontCover PITray1 *Model C368
*UIConstraints: *PIFrontCover PITray1 *Model C308
*UIConstraints: *PIFrontCover PITray1 *Model C258
*UIConstraints: *PIFrontCover PITray1 *Model C287
*UIConstraints: *PIFrontCover PITray1 *Model C227
*UIConstraints: *PIFrontCover PITray1 *Model C3851
*UIConstraints: *PIFrontCover PITray1 *Model C3851FS
*UIConstraints: *PIFrontCover PITray1 *Model C3351
*UIConstraints: *PIFrontCover PITray2 *OutputBin Tray1
*UIConstraints: *PIFrontCover PITray2 *OutputBin Tray4
*UIConstraints: *PIFrontCover PITray2 *Fold TriFold
*UIConstraints: *PIFrontCover PITray2 *CoverSheetFeeder None
*UIConstraints: *PIFrontCover PITray2 *Model C368
*UIConstraints: *PIFrontCover PITray2 *Model C308
*UIConstraints: *PIFrontCover PITray2 *Model C258
*UIConstraints: *PIFrontCover PITray2 *Model C287
*UIConstraints: *PIFrontCover PITray2 *Model C227
*UIConstraints: *PIFrontCover PITray2 *Model C3851
*UIConstraints: *PIFrontCover PITray2 *Model C3851FS
*UIConstraints: *PIFrontCover PITray2 *Model C3351
*UIConstraints: *PIBackCover PITray1 *OutputBin Tray1
*UIConstraints: *PIBackCover PITray1 *OutputBin Tray4
*UIConstraints: *PIBackCover PITray1 *Combination Booklet
*UIConstraints: *PIBackCover PITray1 *Fold Stitch
*UIConstraints: *PIBackCover PITray1 *Fold HalfFold
*UIConstraints: *PIBackCover PITray1 *Fold TriFold
*UIConstraints: *PIBackCover PITray1 *CoverSheetFeeder None
*UIConstraints: *PIBackCover PITray1 *Model C368
*UIConstraints: *PIBackCover PITray1 *Model C308
*UIConstraints: *PIBackCover PITray1 *Model C258
*UIConstraints: *PIBackCover PITray1 *Model C287
*UIConstraints: *PIBackCover PITray1 *Model C227
*UIConstraints: *PIBackCover PITray1 *Model C3851
*UIConstraints: *PIBackCover PITray1 *Model C3851FS
*UIConstraints: *PIBackCover PITray1 *Model C3351
*UIConstraints: *PIBackCover PITray2 *OutputBin Tray1
*UIConstraints: *PIBackCover PITray2 *OutputBin Tray4
*UIConstraints: *PIBackCover PITray2 *Combination Booklet
*UIConstraints: *PIBackCover PITray2 *Fold Stitch
*UIConstraints: *PIBackCover PITray2 *Fold HalfFold
*UIConstraints: *PIBackCover PITray2 *Fold TriFold
*UIConstraints: *PIBackCover PITray2 *CoverSheetFeeder None
*UIConstraints: *PIBackCover PITray2 *Model C368
*UIConstraints: *PIBackCover PITray2 *Model C308
*UIConstraints: *PIBackCover PITray2 *Model C258
*UIConstraints: *PIBackCover PITray2 *Model C287
*UIConstraints: *PIBackCover PITray2 *Model C227
*UIConstraints: *PIBackCover PITray2 *Model C3851
*UIConstraints: *PIBackCover PITray2 *Model C3851FS
*UIConstraints: *PIBackCover PITray2 *Model C3351
*UIConstraints: *TransparencyInterleave None *OHPOpTray Tray1
*UIConstraints: *TransparencyInterleave None *OHPOpTray Tray2
*UIConstraints: *TransparencyInterleave None *OHPOpTray Tray3
*UIConstraints: *TransparencyInterleave None *OHPOpTray Tray4
*UIConstraints: *TransparencyInterleave None *OHPOpTray LCT
*UIConstraints: *TransparencyInterleave Blank *Offset True
*UIConstraints: *TransparencyInterleave Blank *MediaType Plain
*UIConstraints: *TransparencyInterleave Blank *MediaType Plain(2nd)
*UIConstraints: *TransparencyInterleave Blank *MediaType Thick1
*UIConstraints: *TransparencyInterleave Blank *MediaType Thick1(2nd)
*UIConstraints: *TransparencyInterleave Blank *MediaType Thick1Plus
*UIConstraints: *TransparencyInterleave Blank *MediaType Thick1Plus(2nd)
*UIConstraints: *TransparencyInterleave Blank *MediaType Thick2
*UIConstraints: *TransparencyInterleave Blank *MediaType Thick2(2nd)
*UIConstraints: *TransparencyInterleave Blank *MediaType Thick3
*UIConstraints: *TransparencyInterleave Blank *MediaType Thick3(2nd)
*UIConstraints: *TransparencyInterleave Blank *MediaType Thick4
*UIConstraints: *TransparencyInterleave Blank *MediaType Thick4(2nd)
*UIConstraints: *TransparencyInterleave Blank *MediaType Thin
*UIConstraints: *TransparencyInterleave Blank *MediaType Thin(2nd)
*UIConstraints: *TransparencyInterleave Blank *MediaType Envelope
*UIConstraints: *TransparencyInterleave Blank *MediaType Color
*UIConstraints: *TransparencyInterleave Blank *MediaType SingleSidedOnly
*UIConstraints: *TransparencyInterleave Blank *MediaType TAB
*UIConstraints: *TransparencyInterleave Blank *MediaType Letterhead
*UIConstraints: *TransparencyInterleave Blank *MediaType Special
*UIConstraints: *TransparencyInterleave Blank *MediaType Recycled
*UIConstraints: *TransparencyInterleave Blank *MediaType Recycled(2nd)
*UIConstraints: *TransparencyInterleave Blank *MediaType User1
*UIConstraints: *TransparencyInterleave Blank *MediaType User1(2nd)
*UIConstraints: *TransparencyInterleave Blank *MediaType User2
*UIConstraints: *TransparencyInterleave Blank *MediaType User2(2nd)
*UIConstraints: *TransparencyInterleave Blank *MediaType User3
*UIConstraints: *TransparencyInterleave Blank *MediaType User3(2nd)
*UIConstraints: *TransparencyInterleave Blank *MediaType User4
*UIConstraints: *TransparencyInterleave Blank *MediaType User4(2nd)
*UIConstraints: *TransparencyInterleave Blank *MediaType User5
*UIConstraints: *TransparencyInterleave Blank *MediaType User5(2nd)
*UIConstraints: *TransparencyInterleave Blank *MediaType User6
*UIConstraints: *TransparencyInterleave Blank *MediaType User6(2nd)
*UIConstraints: *TransparencyInterleave Blank *PageSize A6
*UIConstraints: *TransparencyInterleave Blank *PageSize B6
*UIConstraints: *TransparencyInterleave Blank *PageSize Executive
*UIConstraints: *TransparencyInterleave Blank *PageSize EnvISOB5
*UIConstraints: *TransparencyInterleave Blank *PageSize EnvC4
*UIConstraints: *TransparencyInterleave Blank *PageSize EnvC5
*UIConstraints: *TransparencyInterleave Blank *PageSize EnvC6
*UIConstraints: *TransparencyInterleave Blank *PageSize EnvChou3
*UIConstraints: *TransparencyInterleave Blank *PageSize EnvChou4
*UIConstraints: *TransparencyInterleave Blank *PageSize EnvYou3
*UIConstraints: *TransparencyInterleave Blank *PageSize EnvYou4
*UIConstraints: *TransparencyInterleave Blank *PageSize EnvKaku1
*UIConstraints: *TransparencyInterleave Blank *PageSize EnvKaku2
*UIConstraints: *TransparencyInterleave Blank *PageSize EnvKaku3
*UIConstraints: *TransparencyInterleave Blank *PageSize EnvDL
*UIConstraints: *TransparencyInterleave Blank *PageSize EnvMonarch
*UIConstraints: *TransparencyInterleave Blank *PageSize Env10
*UIConstraints: *TransparencyInterleave Blank *PageSize JapanesePostCard
*UIConstraints: *TransparencyInterleave Blank *PageSize 4x6_PostCard
*UIConstraints: *TransparencyInterleave Blank *PageSize LetterTab-F
*UIConstraints: *TransparencyInterleave Blank *PageSize A4Tab-F
*UIConstraints: *TransparencyInterleave Blank *Model C3851
*UIConstraints: *TransparencyInterleave Blank *Model C3851FS
*UIConstraints: *TransparencyInterleave Blank *Model C3351
*UIConstraints: *OHPOpTray Tray1 *TransparencyInterleave None
*UIConstraints: *OHPOpTray Tray1 *Model C3851
*UIConstraints: *OHPOpTray Tray1 *Model C3851FS
*UIConstraints: *OHPOpTray Tray1 *Model C3351
*UIConstraints: *OHPOpTray Tray2 *TransparencyInterleave None
*UIConstraints: *OHPOpTray Tray2 *Model C3851
*UIConstraints: *OHPOpTray Tray2 *Model C3851FS
*UIConstraints: *OHPOpTray Tray2 *Model C3351
*UIConstraints: *OHPOpTray Tray3 *TransparencyInterleave None
*UIConstraints: *OHPOpTray Tray3 *PaperSources None
*UIConstraints: *OHPOpTray Tray3 *PaperSources LU207
*UIConstraints: *OHPOpTray Tray3 *PaperSources LU302
*UIConstraints: *OHPOpTray Tray3 *Model C3851
*UIConstraints: *OHPOpTray Tray3 *Model C3851FS
*UIConstraints: *OHPOpTray Tray3 *Model C3351
*UIConstraints: *OHPOpTray Tray4 *TransparencyInterleave None
*UIConstraints: *OHPOpTray Tray4 *PaperSources None
*UIConstraints: *OHPOpTray Tray4 *PaperSources LU207
*UIConstraints: *OHPOpTray Tray4 *PaperSources LU302
*UIConstraints: *OHPOpTray Tray4 *PaperSources PC110
*UIConstraints: *OHPOpTray Tray4 *PaperSources PC114
*UIConstraints: *OHPOpTray Tray4 *PaperSources PC115
*UIConstraints: *OHPOpTray Tray4 *PaperSources PC110+LU302
*UIConstraints: *OHPOpTray Tray4 *PaperSources PC115+LU207
*UIConstraints: *OHPOpTray Tray4 *PaperSources PC115+LU302
*UIConstraints: *OHPOpTray Tray4 *PaperSources PC410
*UIConstraints: *OHPOpTray Tray4 *PaperSources PC414
*UIConstraints: *OHPOpTray Tray4 *PaperSources PC415
*UIConstraints: *OHPOpTray Tray4 *PaperSources PC410+LU302
*UIConstraints: *OHPOpTray Tray4 *PaperSources PC415+LU207
*UIConstraints: *OHPOpTray Tray4 *PaperSources PC415+LU302
*UIConstraints: *OHPOpTray Tray4 *Model C3851
*UIConstraints: *OHPOpTray Tray4 *Model C3851FS
*UIConstraints: *OHPOpTray Tray4 *Model C3351
*UIConstraints: *OHPOpTray LCT *TransparencyInterleave None
*UIConstraints: *OHPOpTray LCT *PaperSources None
*UIConstraints: *OHPOpTray LCT *PaperSources PC110
*UIConstraints: *OHPOpTray LCT *PaperSources PC114
*UIConstraints: *OHPOpTray LCT *PaperSources PC115
*UIConstraints: *OHPOpTray LCT *PaperSources PC210
*UIConstraints: *OHPOpTray LCT *PaperSources PC214
*UIConstraints: *OHPOpTray LCT *PaperSources PC215
*UIConstraints: *OHPOpTray LCT *PaperSources PC410
*UIConstraints: *OHPOpTray LCT *PaperSources PC414
*UIConstraints: *OHPOpTray LCT *PaperSources PC415
*UIConstraints: *OHPOpTray LCT *Model C3851
*UIConstraints: *OHPOpTray LCT *Model C3851FS
*UIConstraints: *OHPOpTray LCT *Model C3351
*UIConstraints: *SelectColor Auto *MediaType Transparency
*UIConstraints: *SelectColor Color *MediaType Transparency
*UIConstraints: *SelectColor Grayscale *AutoTrapping True
*UIConstraints: *SelectColor Grayscale *BlackOverPrint Text
*UIConstraints: *SelectColor Grayscale *BlackOverPrint TextGraphic
*UIConstraints: *SelectColor Grayscale *TextColorMatching Colorimetric
*UIConstraints: *SelectColor Grayscale *PhotoColorMatching Colorimetric
*UIConstraints: *SelectColor Grayscale *GraphicColorMatching Colorimetric
*UIConstraints: *GlossyMode True *MediaType Thick1
*UIConstraints: *GlossyMode True *MediaType Thick1(2nd)
*UIConstraints: *GlossyMode True *MediaType Thick1Plus
*UIConstraints: *GlossyMode True *MediaType Thick1Plus(2nd)
*UIConstraints: *GlossyMode True *MediaType Thick2
*UIConstraints: *GlossyMode True *MediaType Thick2(2nd)
*UIConstraints: *GlossyMode True *MediaType Thick3
*UIConstraints: *GlossyMode True *MediaType Thick3(2nd)
*UIConstraints: *GlossyMode True *MediaType Thick4
*UIConstraints: *GlossyMode True *MediaType Thick4(2nd)
*UIConstraints: *GlossyMode True *MediaType Thin
*UIConstraints: *GlossyMode True *MediaType Thin(2nd)
*UIConstraints: *GlossyMode True *MediaType Envelope
*UIConstraints: *GlossyMode True *MediaType Transparency
*UIConstraints: *GlossyMode True *MediaType User3
*UIConstraints: *GlossyMode True *MediaType User3(2nd)
*UIConstraints: *GlossyMode True *MediaType User4
*UIConstraints: *GlossyMode True *MediaType User4(2nd)
*UIConstraints: *GlossyMode True *MediaType User5
*UIConstraints: *GlossyMode True *MediaType User5(2nd)
*UIConstraints: *GlossyMode True *MediaType User6
*UIConstraints: *GlossyMode True *MediaType User6(2nd)
*UIConstraints: *GlossyMode True *Fold Stitch
*UIConstraints: *GlossyMode True *Fold HalfFold
*UIConstraints: *OriginalImageType Photo *String4Pt True
*UIConstraints: *OriginalImageType DTP *String4Pt True
*UIConstraints: *OriginalImageType Web *String4Pt True
*UIConstraints: *AutoTrapping True *SelectColor Grayscale
*UIConstraints: *BlackOverPrint Text *SelectColor Grayscale
*UIConstraints: *BlackOverPrint TextGraphic *SelectColor Grayscale
*UIConstraints: *TextColorMatching Colorimetric *SelectColor Grayscale
*UIConstraints: *PhotoColorMatching Colorimetric *SelectColor Grayscale
*UIConstraints: *GraphicColorMatching Colorimetric *SelectColor Grayscale
*UIConstraints: *String4Pt True *OriginalImageType Photo
*UIConstraints: *String4Pt True *OriginalImageType DTP
*UIConstraints: *String4Pt True *OriginalImageType Web
*UIConstraints: *PaperSources None *InputSlot Tray3
*UIConstraints: *PaperSources None *InputSlot Tray4
*UIConstraints: *PaperSources None *InputSlot LCT
*UIConstraints: *PaperSources None *FrontCoverTray Tray3
*UIConstraints: *PaperSources None *FrontCoverTray Tray4
*UIConstraints: *PaperSources None *FrontCoverTray LCT
*UIConstraints: *PaperSources None *BackCoverTray Tray3
*UIConstraints: *PaperSources None *BackCoverTray Tray4
*UIConstraints: *PaperSources None *BackCoverTray LCT
*UIConstraints: *PaperSources None *OHPOpTray Tray3
*UIConstraints: *PaperSources None *OHPOpTray Tray4
*UIConstraints: *PaperSources None *OHPOpTray LCT
*UIConstraints: *PaperSources LU205 *Model C658
*UIConstraints: *PaperSources LU205 *Model C558
*UIConstraints: *PaperSources LU205 *Model C458
*UIConstraints: *PaperSources LU205 *Model C368
*UIConstraints: *PaperSources LU205 *Model C308
*UIConstraints: *PaperSources LU205 *Model C258
*UIConstraints: *PaperSources LU205 *Model C287
*UIConstraints: *PaperSources LU205 *Model C227
*UIConstraints: *PaperSources LU205 *Model C3851
*UIConstraints: *PaperSources LU205 *Model C3851FS
*UIConstraints: *PaperSources LU205 *Model C3351
*UIConstraints: *PaperSources LU207 *InputSlot Tray3
*UIConstraints: *PaperSources LU207 *InputSlot Tray4
*UIConstraints: *PaperSources LU207 *FrontCoverTray Tray3
*UIConstraints: *PaperSources LU207 *FrontCoverTray Tray4
*UIConstraints: *PaperSources LU207 *BackCoverTray Tray3
*UIConstraints: *PaperSources LU207 *BackCoverTray Tray4
*UIConstraints: *PaperSources LU207 *OHPOpTray Tray3
*UIConstraints: *PaperSources LU207 *OHPOpTray Tray4
*UIConstraints: *PaperSources LU207 *Model C759
*UIConstraints: *PaperSources LU207 *Model C659
*UIConstraints: *PaperSources LU207 *Model C368
*UIConstraints: *PaperSources LU207 *Model C308
*UIConstraints: *PaperSources LU207 *Model C258
*UIConstraints: *PaperSources LU207 *Model C287
*UIConstraints: *PaperSources LU207 *Model C227
*UIConstraints: *PaperSources LU207 *Model C3851
*UIConstraints: *PaperSources LU207 *Model C3851FS
*UIConstraints: *PaperSources LU207 *Model C3351
*UIConstraints: *PaperSources LU302 *InputSlot Tray3
*UIConstraints: *PaperSources LU302 *InputSlot Tray4
*UIConstraints: *PaperSources LU302 *FrontCoverTray Tray3
*UIConstraints: *PaperSources LU302 *FrontCoverTray Tray4
*UIConstraints: *PaperSources LU302 *BackCoverTray Tray3
*UIConstraints: *PaperSources LU302 *BackCoverTray Tray4
*UIConstraints: *PaperSources LU302 *OHPOpTray Tray3
*UIConstraints: *PaperSources LU302 *OHPOpTray Tray4
*UIConstraints: *PaperSources LU302 *Model C759
*UIConstraints: *PaperSources LU302 *Model C659
*UIConstraints: *PaperSources LU302 *Model C287
*UIConstraints: *PaperSources LU302 *Model C227
*UIConstraints: *PaperSources LU302 *Model C3851
*UIConstraints: *PaperSources LU302 *Model C3851FS
*UIConstraints: *PaperSources LU302 *Model C3351
*UIConstraints: *PaperSources LU303 *Model C658
*UIConstraints: *PaperSources LU303 *Model C558
*UIConstraints: *PaperSources LU303 *Model C458
*UIConstraints: *PaperSources LU303 *Model C368
*UIConstraints: *PaperSources LU303 *Model C308
*UIConstraints: *PaperSources LU303 *Model C258
*UIConstraints: *PaperSources LU303 *Model C287
*UIConstraints: *PaperSources LU303 *Model C227
*UIConstraints: *PaperSources LU303 *Model C3851
*UIConstraints: *PaperSources LU303 *Model C3851FS
*UIConstraints: *PaperSources LU303 *Model C3351
*UIConstraints: *PaperSources PC110 *InputSlot Tray4
*UIConstraints: *PaperSources PC110 *InputSlot LCT
*UIConstraints: *PaperSources PC110 *FrontCoverTray Tray4
*UIConstraints: *PaperSources PC110 *FrontCoverTray LCT
*UIConstraints: *PaperSources PC110 *BackCoverTray Tray4
*UIConstraints: *PaperSources PC110 *BackCoverTray LCT
*UIConstraints: *PaperSources PC110 *OHPOpTray Tray4
*UIConstraints: *PaperSources PC110 *OHPOpTray LCT
*UIConstraints: *PaperSources PC110 *Model C759
*UIConstraints: *PaperSources PC110 *Model C659
*UIConstraints: *PaperSources PC110 *Model C658
*UIConstraints: *PaperSources PC110 *Model C558
*UIConstraints: *PaperSources PC110 *Model C458
*UIConstraints: *PaperSources PC110 *Model C287
*UIConstraints: *PaperSources PC110 *Model C227
*UIConstraints: *PaperSources PC110 *Model C3851
*UIConstraints: *PaperSources PC110 *Model C3851FS
*UIConstraints: *PaperSources PC110 *Model C3351
*UIConstraints: *PaperSources PC114 *InputSlot Tray4
*UIConstraints: *PaperSources PC114 *InputSlot LCT
*UIConstraints: *PaperSources PC114 *FrontCoverTray Tray4
*UIConstraints: *PaperSources PC114 *FrontCoverTray LCT
*UIConstraints: *PaperSources PC114 *BackCoverTray Tray4
*UIConstraints: *PaperSources PC114 *BackCoverTray LCT
*UIConstraints: *PaperSources PC114 *OHPOpTray Tray4
*UIConstraints: *PaperSources PC114 *OHPOpTray LCT
*UIConstraints: *PaperSources PC114 *Model C759
*UIConstraints: *PaperSources PC114 *Model C659
*UIConstraints: *PaperSources PC114 *Model C658
*UIConstraints: *PaperSources PC114 *Model C558
*UIConstraints: *PaperSources PC114 *Model C458
*UIConstraints: *PaperSources PC114 *Model C368
*UIConstraints: *PaperSources PC114 *Model C308
*UIConstraints: *PaperSources PC114 *Model C258
*UIConstraints: *PaperSources PC114 *Model C3851
*UIConstraints: *PaperSources PC114 *Model C3851FS
*UIConstraints: *PaperSources PC114 *Model C3351
*UIConstraints: *PaperSources PC115 *InputSlot Tray4
*UIConstraints: *PaperSources PC115 *InputSlot LCT
*UIConstraints: *PaperSources PC115 *FrontCoverTray Tray4
*UIConstraints: *PaperSources PC115 *FrontCoverTray LCT
*UIConstraints: *PaperSources PC115 *BackCoverTray Tray4
*UIConstraints: *PaperSources PC115 *BackCoverTray LCT
*UIConstraints: *PaperSources PC115 *OHPOpTray Tray4
*UIConstraints: *PaperSources PC115 *OHPOpTray LCT
*UIConstraints: *PaperSources PC115 *Model C759
*UIConstraints: *PaperSources PC115 *Model C659
*UIConstraints: *PaperSources PC115 *Model C368
*UIConstraints: *PaperSources PC115 *Model C308
*UIConstraints: *PaperSources PC115 *Model C258
*UIConstraints: *PaperSources PC115 *Model C287
*UIConstraints: *PaperSources PC115 *Model C227
*UIConstraints: *PaperSources PC115 *Model C3851
*UIConstraints: *PaperSources PC115 *Model C3851FS
*UIConstraints: *PaperSources PC115 *Model C3351
*UIConstraints: *PaperSources PC110+LU302 *InputSlot Tray4
*UIConstraints: *PaperSources PC110+LU302 *FrontCoverTray Tray4
*UIConstraints: *PaperSources PC110+LU302 *BackCoverTray Tray4
*UIConstraints: *PaperSources PC110+LU302 *OHPOpTray Tray4
*UIConstraints: *PaperSources PC110+LU302 *Model C759
*UIConstraints: *PaperSources PC110+LU302 *Model C659
*UIConstraints: *PaperSources PC110+LU302 *Model C658
*UIConstraints: *PaperSources PC110+LU302 *Model C558
*UIConstraints: *PaperSources PC110+LU302 *Model C458
*UIConstraints: *PaperSources PC110+LU302 *Model C287
*UIConstraints: *PaperSources PC110+LU302 *Model C227
*UIConstraints: *PaperSources PC110+LU302 *Model C3851
*UIConstraints: *PaperSources PC110+LU302 *Model C3851FS
*UIConstraints: *PaperSources PC110+LU302 *Model C3351
*UIConstraints: *PaperSources PC115+LU207 *InputSlot Tray4
*UIConstraints: *PaperSources PC115+LU207 *FrontCoverTray Tray4
*UIConstraints: *PaperSources PC115+LU207 *BackCoverTray Tray4
*UIConstraints: *PaperSources PC115+LU207 *OHPOpTray Tray4
*UIConstraints: *PaperSources PC115+LU207 *Model C759
*UIConstraints: *PaperSources PC115+LU207 *Model C659
*UIConstraints: *PaperSources PC115+LU207 *Model C368
*UIConstraints: *PaperSources PC115+LU207 *Model C308
*UIConstraints: *PaperSources PC115+LU207 *Model C258
*UIConstraints: *PaperSources PC115+LU207 *Model C287
*UIConstraints: *PaperSources PC115+LU207 *Model C227
*UIConstraints: *PaperSources PC115+LU207 *Model C3851
*UIConstraints: *PaperSources PC115+LU207 *Model C3851FS
*UIConstraints: *PaperSources PC115+LU207 *Model C3351
*UIConstraints: *PaperSources PC115+LU302 *InputSlot Tray4
*UIConstraints: *PaperSources PC115+LU302 *FrontCoverTray Tray4
*UIConstraints: *PaperSources PC115+LU302 *BackCoverTray Tray4
*UIConstraints: *PaperSources PC115+LU302 *OHPOpTray Tray4
*UIConstraints: *PaperSources PC115+LU302 *Model C759
*UIConstraints: *PaperSources PC115+LU302 *Model C659
*UIConstraints: *PaperSources PC115+LU302 *Model C368
*UIConstraints: *PaperSources PC115+LU302 *Model C308
*UIConstraints: *PaperSources PC115+LU302 *Model C258
*UIConstraints: *PaperSources PC115+LU302 *Model C287
*UIConstraints: *PaperSources PC115+LU302 *Model C227
*UIConstraints: *PaperSources PC115+LU302 *Model C3851
*UIConstraints: *PaperSources PC115+LU302 *Model C3851FS
*UIConstraints: *PaperSources PC115+LU302 *Model C3351
*UIConstraints: *PaperSources PC210 *InputSlot LCT
*UIConstraints: *PaperSources PC210 *FrontCoverTray LCT
*UIConstraints: *PaperSources PC210 *BackCoverTray LCT
*UIConstraints: *PaperSources PC210 *OHPOpTray LCT
*UIConstraints: *PaperSources PC210 *Model C759
*UIConstraints: *PaperSources PC210 *Model C659
*UIConstraints: *PaperSources PC210 *Model C658
*UIConstraints: *PaperSources PC210 *Model C558
*UIConstraints: *PaperSources PC210 *Model C458
*UIConstraints: *PaperSources PC210 *Model C287
*UIConstraints: *PaperSources PC210 *Model C227
*UIConstraints: *PaperSources PC210 *Model C3851
*UIConstraints: *PaperSources PC210 *Model C3851FS
*UIConstraints: *PaperSources PC210 *Model C3351
*UIConstraints: *PaperSources PC214 *InputSlot LCT
*UIConstraints: *PaperSources PC214 *FrontCoverTray LCT
*UIConstraints: *PaperSources PC214 *BackCoverTray LCT
*UIConstraints: *PaperSources PC214 *OHPOpTray LCT
*UIConstraints: *PaperSources PC214 *Model C759
*UIConstraints: *PaperSources PC214 *Model C659
*UIConstraints: *PaperSources PC214 *Model C658
*UIConstraints: *PaperSources PC214 *Model C558
*UIConstraints: *PaperSources PC214 *Model C458
*UIConstraints: *PaperSources PC214 *Model C368
*UIConstraints: *PaperSources PC214 *Model C308
*UIConstraints: *PaperSources PC214 *Model C258
*UIConstraints: *PaperSources PC214 *Model C3851
*UIConstraints: *PaperSources PC214 *Model C3851FS
*UIConstraints: *PaperSources PC214 *Model C3351
*UIConstraints: *PaperSources PC215 *InputSlot LCT
*UIConstraints: *PaperSources PC215 *FrontCoverTray LCT
*UIConstraints: *PaperSources PC215 *BackCoverTray LCT
*UIConstraints: *PaperSources PC215 *OHPOpTray LCT
*UIConstraints: *PaperSources PC215 *Model C759
*UIConstraints: *PaperSources PC215 *Model C659
*UIConstraints: *PaperSources PC215 *Model C368
*UIConstraints: *PaperSources PC215 *Model C308
*UIConstraints: *PaperSources PC215 *Model C258
*UIConstraints: *PaperSources PC215 *Model C287
*UIConstraints: *PaperSources PC215 *Model C227
*UIConstraints: *PaperSources PC215 *Model C3851
*UIConstraints: *PaperSources PC215 *Model C3851FS
*UIConstraints: *PaperSources PC215 *Model C3351
*UIConstraints: *PaperSources PC210+LU302 *Model C759
*UIConstraints: *PaperSources PC210+LU302 *Model C659
*UIConstraints: *PaperSources PC210+LU302 *Model C658
*UIConstraints: *PaperSources PC210+LU302 *Model C558
*UIConstraints: *PaperSources PC210+LU302 *Model C458
*UIConstraints: *PaperSources PC210+LU302 *Model C287
*UIConstraints: *PaperSources PC210+LU302 *Model C227
*UIConstraints: *PaperSources PC210+LU302 *Model C3851
*UIConstraints: *PaperSources PC210+LU302 *Model C3851FS
*UIConstraints: *PaperSources PC210+LU302 *Model C3351
*UIConstraints: *PaperSources PC215+LU207 *Model C759
*UIConstraints: *PaperSources PC215+LU207 *Model C659
*UIConstraints: *PaperSources PC215+LU207 *Model C368
*UIConstraints: *PaperSources PC215+LU207 *Model C308
*UIConstraints: *PaperSources PC215+LU207 *Model C258
*UIConstraints: *PaperSources PC215+LU207 *Model C287
*UIConstraints: *PaperSources PC215+LU207 *Model C227
*UIConstraints: *PaperSources PC215+LU207 *Model C3851
*UIConstraints: *PaperSources PC215+LU207 *Model C3851FS
*UIConstraints: *PaperSources PC215+LU207 *Model C3351
*UIConstraints: *PaperSources PC215+LU302 *Model C759
*UIConstraints: *PaperSources PC215+LU302 *Model C659
*UIConstraints: *PaperSources PC215+LU302 *Model C368
*UIConstraints: *PaperSources PC215+LU302 *Model C308
*UIConstraints: *PaperSources PC215+LU302 *Model C258
*UIConstraints: *PaperSources PC215+LU302 *Model C287
*UIConstraints: *PaperSources PC215+LU302 *Model C227
*UIConstraints: *PaperSources PC215+LU302 *Model C3851
*UIConstraints: *PaperSources PC215+LU302 *Model C3851FS
*UIConstraints: *PaperSources PC215+LU302 *Model C3351
*UIConstraints: *PaperSources PC410 *InputSlot Tray4
*UIConstraints: *PaperSources PC410 *InputSlot LCT
*UIConstraints: *PaperSources PC410 *FrontCoverTray Tray4
*UIConstraints: *PaperSources PC410 *FrontCoverTray LCT
*UIConstraints: *PaperSources PC410 *BackCoverTray Tray4
*UIConstraints: *PaperSources PC410 *BackCoverTray LCT
*UIConstraints: *PaperSources PC410 *OHPOpTray Tray4
*UIConstraints: *PaperSources PC410 *OHPOpTray LCT
*UIConstraints: *PaperSources PC410 *Model C759
*UIConstraints: *PaperSources PC410 *Model C659
*UIConstraints: *PaperSources PC410 *Model C658
*UIConstraints: *PaperSources PC410 *Model C558
*UIConstraints: *PaperSources PC410 *Model C458
*UIConstraints: *PaperSources PC410 *Model C287
*UIConstraints: *PaperSources PC410 *Model C227
*UIConstraints: *PaperSources PC410 *Model C3851
*UIConstraints: *PaperSources PC410 *Model C3851FS
*UIConstraints: *PaperSources PC410 *Model C3351
*UIConstraints: *PaperSources PC414 *InputSlot Tray4
*UIConstraints: *PaperSources PC414 *InputSlot LCT
*UIConstraints: *PaperSources PC414 *FrontCoverTray Tray4
*UIConstraints: *PaperSources PC414 *FrontCoverTray LCT
*UIConstraints: *PaperSources PC414 *BackCoverTray Tray4
*UIConstraints: *PaperSources PC414 *BackCoverTray LCT
*UIConstraints: *PaperSources PC414 *OHPOpTray Tray4
*UIConstraints: *PaperSources PC414 *OHPOpTray LCT
*UIConstraints: *PaperSources PC414 *Model C759
*UIConstraints: *PaperSources PC414 *Model C659
*UIConstraints: *PaperSources PC414 *Model C658
*UIConstraints: *PaperSources PC414 *Model C558
*UIConstraints: *PaperSources PC414 *Model C458
*UIConstraints: *PaperSources PC414 *Model C368
*UIConstraints: *PaperSources PC414 *Model C308
*UIConstraints: *PaperSources PC414 *Model C258
*UIConstraints: *PaperSources PC414 *Model C3851
*UIConstraints: *PaperSources PC414 *Model C3851FS
*UIConstraints: *PaperSources PC414 *Model C3351
*UIConstraints: *PaperSources PC415 *InputSlot Tray4
*UIConstraints: *PaperSources PC415 *InputSlot LCT
*UIConstraints: *PaperSources PC415 *FrontCoverTray Tray4
*UIConstraints: *PaperSources PC415 *FrontCoverTray LCT
*UIConstraints: *PaperSources PC415 *BackCoverTray Tray4
*UIConstraints: *PaperSources PC415 *BackCoverTray LCT
*UIConstraints: *PaperSources PC415 *OHPOpTray Tray4
*UIConstraints: *PaperSources PC415 *OHPOpTray LCT
*UIConstraints: *PaperSources PC415 *Model C759
*UIConstraints: *PaperSources PC415 *Model C659
*UIConstraints: *PaperSources PC415 *Model C368
*UIConstraints: *PaperSources PC415 *Model C308
*UIConstraints: *PaperSources PC415 *Model C258
*UIConstraints: *PaperSources PC415 *Model C287
*UIConstraints: *PaperSources PC415 *Model C227
*UIConstraints: *PaperSources PC415 *Model C3851
*UIConstraints: *PaperSources PC415 *Model C3851FS
*UIConstraints: *PaperSources PC415 *Model C3351
*UIConstraints: *PaperSources PC410+LU302 *InputSlot Tray4
*UIConstraints: *PaperSources PC410+LU302 *FrontCoverTray Tray4
*UIConstraints: *PaperSources PC410+LU302 *BackCoverTray Tray4
*UIConstraints: *PaperSources PC410+LU302 *OHPOpTray Tray4
*UIConstraints: *PaperSources PC410+LU302 *Model C759
*UIConstraints: *PaperSources PC410+LU302 *Model C659
*UIConstraints: *PaperSources PC410+LU302 *Model C658
*UIConstraints: *PaperSources PC410+LU302 *Model C558
*UIConstraints: *PaperSources PC410+LU302 *Model C458
*UIConstraints: *PaperSources PC410+LU302 *Model C287
*UIConstraints: *PaperSources PC410+LU302 *Model C227
*UIConstraints: *PaperSources PC410+LU302 *Model C3851
*UIConstraints: *PaperSources PC410+LU302 *Model C3851FS
*UIConstraints: *PaperSources PC410+LU302 *Model C3351
*UIConstraints: *PaperSources PC415+LU207 *InputSlot Tray4
*UIConstraints: *PaperSources PC415+LU207 *FrontCoverTray Tray4
*UIConstraints: *PaperSources PC415+LU207 *BackCoverTray Tray4
*UIConstraints: *PaperSources PC415+LU207 *OHPOpTray Tray4
*UIConstraints: *PaperSources PC415+LU207 *Model C759
*UIConstraints: *PaperSources PC415+LU207 *Model C659
*UIConstraints: *PaperSources PC415+LU207 *Model C368
*UIConstraints: *PaperSources PC415+LU207 *Model C308
*UIConstraints: *PaperSources PC415+LU207 *Model C258
*UIConstraints: *PaperSources PC415+LU207 *Model C287
*UIConstraints: *PaperSources PC415+LU207 *Model C227
*UIConstraints: *PaperSources PC415+LU207 *Model C3851
*UIConstraints: *PaperSources PC415+LU207 *Model C3851FS
*UIConstraints: *PaperSources PC415+LU207 *Model C3351
*UIConstraints: *PaperSources PC415+LU302 *InputSlot Tray4
*UIConstraints: *PaperSources PC415+LU302 *FrontCoverTray Tray4
*UIConstraints: *PaperSources PC415+LU302 *BackCoverTray Tray4
*UIConstraints: *PaperSources PC415+LU302 *OHPOpTray Tray4
*UIConstraints: *PaperSources PC415+LU302 *Model C759
*UIConstraints: *PaperSources PC415+LU302 *Model C659
*UIConstraints: *PaperSources PC415+LU302 *Model C368
*UIConstraints: *PaperSources PC415+LU302 *Model C308
*UIConstraints: *PaperSources PC415+LU302 *Model C258
*UIConstraints: *PaperSources PC415+LU302 *Model C287
*UIConstraints: *PaperSources PC415+LU302 *Model C227
*UIConstraints: *PaperSources PC415+LU302 *Model C3851
*UIConstraints: *PaperSources PC415+LU302 *Model C3851FS
*UIConstraints: *PaperSources PC415+LU302 *Model C3351
*UIConstraints: *PaperSources PFP13T2 *InputSlot Tray3
*UIConstraints: *PaperSources PFP13T2 *InputSlot Tray4
*UIConstraints: *PaperSources PFP13T2 *InputSlot LCT
*UIConstraints: *PaperSources PFP13T2 *FrontCoverTray Tray3
*UIConstraints: *PaperSources PFP13T2 *FrontCoverTray Tray4
*UIConstraints: *PaperSources PFP13T2 *FrontCoverTray LCT
*UIConstraints: *PaperSources PFP13T2 *BackCoverTray Tray3
*UIConstraints: *PaperSources PFP13T2 *BackCoverTray Tray4
*UIConstraints: *PaperSources PFP13T2 *BackCoverTray LCT
*UIConstraints: *PaperSources PFP13T2 *Model C759
*UIConstraints: *PaperSources PFP13T2 *Model C659
*UIConstraints: *PaperSources PFP13T2 *Model C658
*UIConstraints: *PaperSources PFP13T2 *Model C558
*UIConstraints: *PaperSources PFP13T2 *Model C458
*UIConstraints: *PaperSources PFP13T2 *Model C368
*UIConstraints: *PaperSources PFP13T2 *Model C308
*UIConstraints: *PaperSources PFP13T2 *Model C258
*UIConstraints: *PaperSources PFP13T2 *Model C287
*UIConstraints: *PaperSources PFP13T2 *Model C227
*UIConstraints: *PaperSources PFP13T23 *InputSlot Tray4
*UIConstraints: *PaperSources PFP13T23 *InputSlot LCT
*UIConstraints: *PaperSources PFP13T23 *FrontCoverTray Tray4
*UIConstraints: *PaperSources PFP13T23 *FrontCoverTray LCT
*UIConstraints: *PaperSources PFP13T23 *BackCoverTray Tray4
*UIConstraints: *PaperSources PFP13T23 *BackCoverTray LCT
*UIConstraints: *PaperSources PFP13T23 *Model C759
*UIConstraints: *PaperSources PFP13T23 *Model C659
*UIConstraints: *PaperSources PFP13T23 *Model C658
*UIConstraints: *PaperSources PFP13T23 *Model C558
*UIConstraints: *PaperSources PFP13T23 *Model C458
*UIConstraints: *PaperSources PFP13T23 *Model C368
*UIConstraints: *PaperSources PFP13T23 *Model C308
*UIConstraints: *PaperSources PFP13T23 *Model C258
*UIConstraints: *PaperSources PFP13T23 *Model C287
*UIConstraints: *PaperSources PFP13T23 *Model C227
*UIConstraints: *Finisher None *OutputBin Tray1
*UIConstraints: *Finisher None *OutputBin Tray2
*UIConstraints: *Finisher None *OutputBin Tray3
*UIConstraints: *Finisher None *OutputBin Tray4
*UIConstraints: *Finisher None *Staple 1StapleAuto(Left)
*UIConstraints: *Finisher None *Staple 1StapleZeroLeft
*UIConstraints: *Finisher None *Staple 1Staple(Right)
*UIConstraints: *Finisher None *Staple 2Staples
*UIConstraints: *Finisher None *KOPunch PK519
*UIConstraints: *Finisher None *KOPunch PK519-3
*UIConstraints: *Finisher None *KOPunch PK519-4
*UIConstraints: *Finisher None *KOPunch PK519-SWE4
*UIConstraints: *Finisher None *KOPunch PK520
*UIConstraints: *Finisher None *KOPunch PK520-3
*UIConstraints: *Finisher None *KOPunch PK520-4
*UIConstraints: *Finisher None *KOPunch PK520-SWE4
*UIConstraints: *Finisher None *KOPunch PK523
*UIConstraints: *Finisher None *KOPunch PK523-3
*UIConstraints: *Finisher None *KOPunch PK523-4
*UIConstraints: *Finisher None *KOPunch PK523-SWE4
*UIConstraints: *Finisher None *ZFoldPunch ZU609
*UIConstraints: *Finisher None *CoverSheetFeeder PI507
*UIConstraints: *Finisher None *SaddleUnit SD511
*UIConstraints: *Finisher None *SaddleUnit SD512
*UIConstraints: *Finisher Enable *Staple 1StapleZeroLeft
*UIConstraints: *Finisher Enable *Staple 2Staples
*UIConstraints: *Finisher Enable *KOPunch PK519
*UIConstraints: *Finisher Enable *KOPunch PK519-3
*UIConstraints: *Finisher Enable *KOPunch PK519-4
*UIConstraints: *Finisher Enable *KOPunch PK519-SWE4
*UIConstraints: *Finisher Enable *KOPunch PK520
*UIConstraints: *Finisher Enable *KOPunch PK520-3
*UIConstraints: *Finisher Enable *KOPunch PK520-4
*UIConstraints: *Finisher Enable *KOPunch PK520-SWE4
*UIConstraints: *Finisher Enable *KOPunch PK523
*UIConstraints: *Finisher Enable *KOPunch PK523-3
*UIConstraints: *Finisher Enable *KOPunch PK523-4
*UIConstraints: *Finisher Enable *KOPunch PK523-SWE4
*UIConstraints: *Finisher Enable *ZFoldPunch ZU609
*UIConstraints: *Finisher Enable *CoverSheetFeeder PI507
*UIConstraints: *Finisher Enable *SaddleUnit SD511
*UIConstraints: *Finisher Enable *SaddleUnit SD512
*UIConstraints: *Finisher Enable *Model C759
*UIConstraints: *Finisher Enable *Model C659
*UIConstraints: *Finisher Enable *Model C658
*UIConstraints: *Finisher Enable *Model C558
*UIConstraints: *Finisher Enable *Model C458
*UIConstraints: *Finisher Enable *Model C368
*UIConstraints: *Finisher Enable *Model C308
*UIConstraints: *Finisher Enable *Model C258
*UIConstraints: *Finisher Enable *Model C287
*UIConstraints: *Finisher Enable *Model C227
*UIConstraints: *Finisher Enable *Model C3851
*UIConstraints: *Finisher Enable *Model C3351
*UIConstraints: *Finisher FS533 *OutputBin Tray2
*UIConstraints: *Finisher FS533 *OutputBin Tray3
*UIConstraints: *Finisher FS533 *OutputBin Tray4
*UIConstraints: *Finisher FS533 *Staple 1StapleZeroLeft
*UIConstraints: *Finisher FS533 *KOPunch PK520
*UIConstraints: *Finisher FS533 *KOPunch PK520-3
*UIConstraints: *Finisher FS533 *KOPunch PK520-4
*UIConstraints: *Finisher FS533 *KOPunch PK520-SWE4
*UIConstraints: *Finisher FS533 *KOPunch PK523
*UIConstraints: *Finisher FS533 *KOPunch PK523-3
*UIConstraints: *Finisher FS533 *KOPunch PK523-4
*UIConstraints: *Finisher FS533 *KOPunch PK523-SWE4
*UIConstraints: *Finisher FS533 *ZFoldPunch ZU609
*UIConstraints: *Finisher FS533 *CoverSheetFeeder PI507
*UIConstraints: *Finisher FS533 *SaddleUnit SD511
*UIConstraints: *Finisher FS533 *SaddleUnit SD512
*UIConstraints: *Finisher FS533 *Model C759
*UIConstraints: *Finisher FS533 *Model C659
*UIConstraints: *Finisher FS533 *Model C658
*UIConstraints: *Finisher FS533 *Model C3851
*UIConstraints: *Finisher FS533 *Model C3851FS
*UIConstraints: *Finisher FS533 *Model C3351
*UIConstraints: *Finisher FS534 *KOPunch PK519
*UIConstraints: *Finisher FS534 *KOPunch PK519-3
*UIConstraints: *Finisher FS534 *KOPunch PK519-4
*UIConstraints: *Finisher FS534 *KOPunch PK519-SWE4
*UIConstraints: *Finisher FS534 *Model C759
*UIConstraints: *Finisher FS534 *Model C659
*UIConstraints: *Finisher FS534 *Model C658
*UIConstraints: *Finisher FS534 *Model C558
*UIConstraints: *Finisher FS534 *Model C458
*UIConstraints: *Finisher FS534 *Model C3851
*UIConstraints: *Finisher FS534 *Model C3851FS
*UIConstraints: *Finisher FS534 *Model C3351
*UIConstraints: *Finisher JS506 *OutputBin Tray3
*UIConstraints: *Finisher JS506 *OutputBin Tray4
*UIConstraints: *Finisher JS506 *Staple 1StapleAuto(Left)
*UIConstraints: *Finisher JS506 *Staple 1StapleZeroLeft
*UIConstraints: *Finisher JS506 *Staple 1Staple(Right)
*UIConstraints: *Finisher JS506 *Staple 2Staples
*UIConstraints: *Finisher JS506 *KOPunch PK519
*UIConstraints: *Finisher JS506 *KOPunch PK519-3
*UIConstraints: *Finisher JS506 *KOPunch PK519-4
*UIConstraints: *Finisher JS506 *KOPunch PK519-SWE4
*UIConstraints: *Finisher JS506 *KOPunch PK520
*UIConstraints: *Finisher JS506 *KOPunch PK520-3
*UIConstraints: *Finisher JS506 *KOPunch PK520-4
*UIConstraints: *Finisher JS506 *KOPunch PK520-SWE4
*UIConstraints: *Finisher JS506 *KOPunch PK523
*UIConstraints: *Finisher JS506 *KOPunch PK523-3
*UIConstraints: *Finisher JS506 *KOPunch PK523-4
*UIConstraints: *Finisher JS506 *KOPunch PK523-SWE4
*UIConstraints: *Finisher JS506 *ZFoldPunch ZU609
*UIConstraints: *Finisher JS506 *CoverSheetFeeder PI507
*UIConstraints: *Finisher JS506 *SaddleUnit SD511
*UIConstraints: *Finisher JS506 *SaddleUnit SD512
*UIConstraints: *Finisher JS506 *Model C759
*UIConstraints: *Finisher JS506 *Model C659
*UIConstraints: *Finisher JS506 *Model C658
*UIConstraints: *Finisher JS506 *Model C3851
*UIConstraints: *Finisher JS506 *Model C3851FS
*UIConstraints: *Finisher JS506 *Model C3351
*UIConstraints: *Finisher FS536 *OutputBin Tray4
*UIConstraints: *Finisher FS536 *KOPunch PK519
*UIConstraints: *Finisher FS536 *KOPunch PK519-3
*UIConstraints: *Finisher FS536 *KOPunch PK519-4
*UIConstraints: *Finisher FS536 *KOPunch PK519-SWE4
*UIConstraints: *Finisher FS536 *KOPunch PK523
*UIConstraints: *Finisher FS536 *KOPunch PK523-3
*UIConstraints: *Finisher FS536 *KOPunch PK523-4
*UIConstraints: *Finisher FS536 *KOPunch PK523-SWE4
*UIConstraints: *Finisher FS536 *ZFoldPunch ZU609
*UIConstraints: *Finisher FS536 *CoverSheetFeeder PI507
*UIConstraints: *Finisher FS536 *SaddleUnit SD512
*UIConstraints: *Finisher FS536 *Model C368
*UIConstraints: *Finisher FS536 *Model C308
*UIConstraints: *Finisher FS536 *Model C258
*UIConstraints: *Finisher FS536 *Model C287
*UIConstraints: *Finisher FS536 *Model C227
*UIConstraints: *Finisher FS536 *Model C3851
*UIConstraints: *Finisher FS536 *Model C3851FS
*UIConstraints: *Finisher FS536 *Model C3351
*UIConstraints: *Finisher FS537 *OutputBin Tray4
*UIConstraints: *Finisher FS537 *KOPunch PK519
*UIConstraints: *Finisher FS537 *KOPunch PK519-3
*UIConstraints: *Finisher FS537 *KOPunch PK519-4
*UIConstraints: *Finisher FS537 *KOPunch PK519-SWE4
*UIConstraints: *Finisher FS537 *KOPunch PK520
*UIConstraints: *Finisher FS537 *KOPunch PK520-3
*UIConstraints: *Finisher FS537 *KOPunch PK520-4
*UIConstraints: *Finisher FS537 *KOPunch PK520-SWE4
*UIConstraints: *Finisher FS537 *SaddleUnit SD511
*UIConstraints: *Finisher FS537 *Model C368
*UIConstraints: *Finisher FS537 *Model C308
*UIConstraints: *Finisher FS537 *Model C258
*UIConstraints: *Finisher FS537 *Model C287
*UIConstraints: *Finisher FS537 *Model C227
*UIConstraints: *Finisher FS537 *Model C3851
*UIConstraints: *Finisher FS537 *Model C3851FS
*UIConstraints: *Finisher FS537 *Model C3351
*UIConstraints: *Finisher FS537+JS602 *KOPunch PK519
*UIConstraints: *Finisher FS537+JS602 *KOPunch PK519-3
*UIConstraints: *Finisher FS537+JS602 *KOPunch PK519-4
*UIConstraints: *Finisher FS537+JS602 *KOPunch PK519-SWE4
*UIConstraints: *Finisher FS537+JS602 *KOPunch PK520
*UIConstraints: *Finisher FS537+JS602 *KOPunch PK520-3
*UIConstraints: *Finisher FS537+JS602 *KOPunch PK520-4
*UIConstraints: *Finisher FS537+JS602 *KOPunch PK520-SWE4
*UIConstraints: *Finisher FS537+JS602 *CoverSheetFeeder PI507
*UIConstraints: *Finisher FS537+JS602 *SaddleUnit SD511
*UIConstraints: *Finisher FS537+JS602 *Model C368
*UIConstraints: *Finisher FS537+JS602 *Model C308
*UIConstraints: *Finisher FS537+JS602 *Model C258
*UIConstraints: *Finisher FS537+JS602 *Model C287
*UIConstraints: *Finisher FS537+JS602 *Model C227
*UIConstraints: *Finisher FS537+JS602 *Model C3851
*UIConstraints: *Finisher FS537+JS602 *Model C3851FS
*UIConstraints: *Finisher FS537+JS602 *Model C3351
*UIConstraints: *KOPunch None *Punch 2holes
*UIConstraints: *KOPunch None *Punch 3holes
*UIConstraints: *KOPunch None *Punch 4holes
*UIConstraints: *KOPunch PK519 *Punch 3holes
*UIConstraints: *KOPunch PK519 *Punch 4holes
*UIConstraints: *KOPunch PK519 *Finisher None
*UIConstraints: *KOPunch PK519 *Finisher Enable
*UIConstraints: *KOPunch PK519 *Finisher FS534
*UIConstraints: *KOPunch PK519 *Finisher JS506
*UIConstraints: *KOPunch PK519 *Finisher FS536
*UIConstraints: *KOPunch PK519 *Finisher FS537
*UIConstraints: *KOPunch PK519 *Finisher FS537+JS602
*UIConstraints: *KOPunch PK519 *Model C759
*UIConstraints: *KOPunch PK519 *Model C659
*UIConstraints: *KOPunch PK519 *Model C658
*UIConstraints: *KOPunch PK519 *Model C3851
*UIConstraints: *KOPunch PK519 *Model C3851FS
*UIConstraints: *KOPunch PK519 *Model C3351
*UIConstraints: *KOPunch PK519-3 *Punch 4holes
*UIConstraints: *KOPunch PK519-3 *Finisher None
*UIConstraints: *KOPunch PK519-3 *Finisher Enable
*UIConstraints: *KOPunch PK519-3 *Finisher FS534
*UIConstraints: *KOPunch PK519-3 *Finisher JS506
*UIConstraints: *KOPunch PK519-3 *Finisher FS536
*UIConstraints: *KOPunch PK519-3 *Finisher FS537
*UIConstraints: *KOPunch PK519-3 *Finisher FS537+JS602
*UIConstraints: *KOPunch PK519-3 *Model C759
*UIConstraints: *KOPunch PK519-3 *Model C659
*UIConstraints: *KOPunch PK519-3 *Model C658
*UIConstraints: *KOPunch PK519-3 *Model C3851
*UIConstraints: *KOPunch PK519-3 *Model C3851FS
*UIConstraints: *KOPunch PK519-3 *Model C3351
*UIConstraints: *KOPunch PK519-4 *Punch 3holes
*UIConstraints: *KOPunch PK519-4 *Finisher None
*UIConstraints: *KOPunch PK519-4 *Finisher Enable
*UIConstraints: *KOPunch PK519-4 *Finisher FS534
*UIConstraints: *KOPunch PK519-4 *Finisher JS506
*UIConstraints: *KOPunch PK519-4 *Finisher FS536
*UIConstraints: *KOPunch PK519-4 *Finisher FS537
*UIConstraints: *KOPunch PK519-4 *Finisher FS537+JS602
*UIConstraints: *KOPunch PK519-4 *Model C759
*UIConstraints: *KOPunch PK519-4 *Model C659
*UIConstraints: *KOPunch PK519-4 *Model C658
*UIConstraints: *KOPunch PK519-4 *Model C3851
*UIConstraints: *KOPunch PK519-4 *Model C3851FS
*UIConstraints: *KOPunch PK519-4 *Model C3351
*UIConstraints: *KOPunch PK519-SWE4 *Punch 2holes
*UIConstraints: *KOPunch PK519-SWE4 *Punch 3holes
*UIConstraints: *KOPunch PK519-SWE4 *Finisher None
*UIConstraints: *KOPunch PK519-SWE4 *Finisher Enable
*UIConstraints: *KOPunch PK519-SWE4 *Finisher FS534
*UIConstraints: *KOPunch PK519-SWE4 *Finisher JS506
*UIConstraints: *KOPunch PK519-SWE4 *Finisher FS536
*UIConstraints: *KOPunch PK519-SWE4 *Finisher FS537
*UIConstraints: *KOPunch PK519-SWE4 *Finisher FS537+JS602
*UIConstraints: *KOPunch PK519-SWE4 *Model C759
*UIConstraints: *KOPunch PK519-SWE4 *Model C659
*UIConstraints: *KOPunch PK519-SWE4 *Model C658
*UIConstraints: *KOPunch PK519-SWE4 *Model C3851
*UIConstraints: *KOPunch PK519-SWE4 *Model C3851FS
*UIConstraints: *KOPunch PK519-SWE4 *Model C3351
*UIConstraints: *KOPunch PK520 *Punch 3holes
*UIConstraints: *KOPunch PK520 *Punch 4holes
*UIConstraints: *KOPunch PK520 *Finisher None
*UIConstraints: *KOPunch PK520 *Finisher Enable
*UIConstraints: *KOPunch PK520 *Finisher FS533
*UIConstraints: *KOPunch PK520 *Finisher JS506
*UIConstraints: *KOPunch PK520 *Finisher FS537
*UIConstraints: *KOPunch PK520 *Finisher FS537+JS602
*UIConstraints: *KOPunch PK520 *Model C3851
*UIConstraints: *KOPunch PK520 *Model C3851FS
*UIConstraints: *KOPunch PK520 *Model C3351
*UIConstraints: *KOPunch PK520-3 *Punch 4holes
*UIConstraints: *KOPunch PK520-3 *Finisher None
*UIConstraints: *KOPunch PK520-3 *Finisher Enable
*UIConstraints: *KOPunch PK520-3 *Finisher FS533
*UIConstraints: *KOPunch PK520-3 *Finisher JS506
*UIConstraints: *KOPunch PK520-3 *Finisher FS537
*UIConstraints: *KOPunch PK520-3 *Finisher FS537+JS602
*UIConstraints: *KOPunch PK520-3 *Model C3851
*UIConstraints: *KOPunch PK520-3 *Model C3851FS
*UIConstraints: *KOPunch PK520-3 *Model C3351
*UIConstraints: *KOPunch PK520-4 *Punch 3holes
*UIConstraints: *KOPunch PK520-4 *Finisher None
*UIConstraints: *KOPunch PK520-4 *Finisher Enable
*UIConstraints: *KOPunch PK520-4 *Finisher FS533
*UIConstraints: *KOPunch PK520-4 *Finisher JS506
*UIConstraints: *KOPunch PK520-4 *Finisher FS537
*UIConstraints: *KOPunch PK520-4 *Finisher FS537+JS602
*UIConstraints: *KOPunch PK520-4 *Model C3851
*UIConstraints: *KOPunch PK520-4 *Model C3851FS
*UIConstraints: *KOPunch PK520-4 *Model C3351
*UIConstraints: *KOPunch PK520-SWE4 *Punch 2holes
*UIConstraints: *KOPunch PK520-SWE4 *Punch 3holes
*UIConstraints: *KOPunch PK520-SWE4 *Finisher None
*UIConstraints: *KOPunch PK520-SWE4 *Finisher Enable
*UIConstraints: *KOPunch PK520-SWE4 *Finisher FS533
*UIConstraints: *KOPunch PK520-SWE4 *Finisher JS506
*UIConstraints: *KOPunch PK520-SWE4 *Finisher FS537
*UIConstraints: *KOPunch PK520-SWE4 *Finisher FS537+JS602
*UIConstraints: *KOPunch PK520-SWE4 *Model C3851
*UIConstraints: *KOPunch PK520-SWE4 *Model C3851FS
*UIConstraints: *KOPunch PK520-SWE4 *Model C3351
*UIConstraints: *KOPunch PK523 *Punch 3holes
*UIConstraints: *KOPunch PK523 *Punch 4holes
*UIConstraints: *KOPunch PK523 *Finisher None
*UIConstraints: *KOPunch PK523 *Finisher Enable
*UIConstraints: *KOPunch PK523 *Finisher FS533
*UIConstraints: *KOPunch PK523 *Finisher JS506
*UIConstraints: *KOPunch PK523 *Finisher FS536
*UIConstraints: *KOPunch PK523 *Model C368
*UIConstraints: *KOPunch PK523 *Model C308
*UIConstraints: *KOPunch PK523 *Model C258
*UIConstraints: *KOPunch PK523 *Model C287
*UIConstraints: *KOPunch PK523 *Model C227
*UIConstraints: *KOPunch PK523 *Model C3851
*UIConstraints: *KOPunch PK523 *Model C3851FS
*UIConstraints: *KOPunch PK523 *Model C3351
*UIConstraints: *KOPunch PK523-3 *Punch 4holes
*UIConstraints: *KOPunch PK523-3 *Finisher None
*UIConstraints: *KOPunch PK523-3 *Finisher Enable
*UIConstraints: *KOPunch PK523-3 *Finisher FS533
*UIConstraints: *KOPunch PK523-3 *Finisher JS506
*UIConstraints: *KOPunch PK523-3 *Finisher FS536
*UIConstraints: *KOPunch PK523-3 *Model C368
*UIConstraints: *KOPunch PK523-3 *Model C308
*UIConstraints: *KOPunch PK523-3 *Model C258
*UIConstraints: *KOPunch PK523-3 *Model C287
*UIConstraints: *KOPunch PK523-3 *Model C227
*UIConstraints: *KOPunch PK523-3 *Model C3851
*UIConstraints: *KOPunch PK523-3 *Model C3851FS
*UIConstraints: *KOPunch PK523-3 *Model C3351
*UIConstraints: *KOPunch PK523-4 *Punch 3holes
*UIConstraints: *KOPunch PK523-4 *Finisher None
*UIConstraints: *KOPunch PK523-4 *Finisher Enable
*UIConstraints: *KOPunch PK523-4 *Finisher FS533
*UIConstraints: *KOPunch PK523-4 *Finisher JS506
*UIConstraints: *KOPunch PK523-4 *Finisher FS536
*UIConstraints: *KOPunch PK523-4 *Model C368
*UIConstraints: *KOPunch PK523-4 *Model C308
*UIConstraints: *KOPunch PK523-4 *Model C258
*UIConstraints: *KOPunch PK523-4 *Model C287
*UIConstraints: *KOPunch PK523-4 *Model C227
*UIConstraints: *KOPunch PK523-4 *Model C3851
*UIConstraints: *KOPunch PK523-4 *Model C3851FS
*UIConstraints: *KOPunch PK523-4 *Model C3351
*UIConstraints: *KOPunch PK523-SWE4 *Punch 2holes
*UIConstraints: *KOPunch PK523-SWE4 *Punch 3holes
*UIConstraints: *KOPunch PK523-SWE4 *Finisher None
*UIConstraints: *KOPunch PK523-SWE4 *Finisher Enable
*UIConstraints: *KOPunch PK523-SWE4 *Finisher FS533
*UIConstraints: *KOPunch PK523-SWE4 *Finisher JS506
*UIConstraints: *KOPunch PK523-SWE4 *Finisher FS536
*UIConstraints: *KOPunch PK523-SWE4 *Model C368
*UIConstraints: *KOPunch PK523-SWE4 *Model C308
*UIConstraints: *KOPunch PK523-SWE4 *Model C258
*UIConstraints: *KOPunch PK523-SWE4 *Model C287
*UIConstraints: *KOPunch PK523-SWE4 *Model C227
*UIConstraints: *KOPunch PK523-SWE4 *Model C3851
*UIConstraints: *KOPunch PK523-SWE4 *Model C3851FS
*UIConstraints: *KOPunch PK523-SWE4 *Model C3351
*UIConstraints: *ZFoldPunch None *Fold ZFold1
*UIConstraints: *ZFoldPunch None *Fold ZFold2
*UIConstraints: *ZFoldPunch ZU609 *Finisher None
*UIConstraints: *ZFoldPunch ZU609 *Finisher Enable
*UIConstraints: *ZFoldPunch ZU609 *Finisher FS533
*UIConstraints: *ZFoldPunch ZU609 *Finisher JS506
*UIConstraints: *ZFoldPunch ZU609 *Finisher FS536
*UIConstraints: *ZFoldPunch ZU609 *Model C368
*UIConstraints: *ZFoldPunch ZU609 *Model C308
*UIConstraints: *ZFoldPunch ZU609 *Model C258
*UIConstraints: *ZFoldPunch ZU609 *Model C287
*UIConstraints: *ZFoldPunch ZU609 *Model C227
*UIConstraints: *ZFoldPunch ZU609 *Model C3851
*UIConstraints: *ZFoldPunch ZU609 *Model C3851FS
*UIConstraints: *ZFoldPunch ZU609 *Model C3351
*UIConstraints: *CoverSheetFeeder None *PIFrontCover PITray1
*UIConstraints: *CoverSheetFeeder None *PIFrontCover PITray2
*UIConstraints: *CoverSheetFeeder None *PIBackCover PITray1
*UIConstraints: *CoverSheetFeeder None *PIBackCover PITray2
*UIConstraints: *CoverSheetFeeder PI507 *Finisher None
*UIConstraints: *CoverSheetFeeder PI507 *Finisher Enable
*UIConstraints: *CoverSheetFeeder PI507 *Finisher FS533
*UIConstraints: *CoverSheetFeeder PI507 *Finisher JS506
*UIConstraints: *CoverSheetFeeder PI507 *Finisher FS536
*UIConstraints: *CoverSheetFeeder PI507 *Finisher FS537+JS602
*UIConstraints: *CoverSheetFeeder PI507 *Model C368
*UIConstraints: *CoverSheetFeeder PI507 *Model C308
*UIConstraints: *CoverSheetFeeder PI507 *Model C258
*UIConstraints: *CoverSheetFeeder PI507 *Model C287
*UIConstraints: *CoverSheetFeeder PI507 *Model C227
*UIConstraints: *CoverSheetFeeder PI507 *Model C3851
*UIConstraints: *CoverSheetFeeder PI507 *Model C3851FS
*UIConstraints: *CoverSheetFeeder PI507 *Model C3351
*UIConstraints: *SaddleUnit None *Fold Stitch
*UIConstraints: *SaddleUnit None *Fold HalfFold
*UIConstraints: *SaddleUnit None *Fold TriFold
*UIConstraints: *SaddleUnit SD511 *Finisher None
*UIConstraints: *SaddleUnit SD511 *Finisher Enable
*UIConstraints: *SaddleUnit SD511 *Finisher FS533
*UIConstraints: *SaddleUnit SD511 *Finisher JS506
*UIConstraints: *SaddleUnit SD511 *Finisher FS537
*UIConstraints: *SaddleUnit SD511 *Finisher FS537+JS602
*UIConstraints: *SaddleUnit SD511 *Model C3851
*UIConstraints: *SaddleUnit SD511 *Model C3851FS
*UIConstraints: *SaddleUnit SD511 *Model C3351
*UIConstraints: *SaddleUnit SD512 *Finisher None
*UIConstraints: *SaddleUnit SD512 *Finisher Enable
*UIConstraints: *SaddleUnit SD512 *Finisher FS533
*UIConstraints: *SaddleUnit SD512 *Finisher JS506
*UIConstraints: *SaddleUnit SD512 *Finisher FS536
*UIConstraints: *SaddleUnit SD512 *Model C368
*UIConstraints: *SaddleUnit SD512 *Model C308
*UIConstraints: *SaddleUnit SD512 *Model C258
*UIConstraints: *SaddleUnit SD512 *Model C287
*UIConstraints: *SaddleUnit SD512 *Model C227
*UIConstraints: *SaddleUnit SD512 *Model C3851
*UIConstraints: *SaddleUnit SD512 *Model C3851FS
*UIConstraints: *SaddleUnit SD512 *Model C3351
*UIConstraints: *Model C759 *MediaType Labels
*UIConstraints: *Model C759 *MediaType Postcard
*UIConstraints: *Model C759 *MediaType Glossy
*UIConstraints: *Model C759 *MediaType GlossyPlus
*UIConstraints: *Model C759 *MediaType Glossy2
*UIConstraints: *Model C759 *PageSize LetterPlus
*UIConstraints: *Model C759 *PageSize 8x10
*UIConstraints: *Model C759 *PageSize 8x10.5
*UIConstraints: *Model C759 *PageSize DoublePostcardRotated
*UIConstraints: *Model C759 *OutputBin Tray4
*UIConstraints: *Model C759 *PaperSources LU207
*UIConstraints: *Model C759 *PaperSources LU302
*UIConstraints: *Model C759 *PaperSources PC110
*UIConstraints: *Model C759 *PaperSources PC114
*UIConstraints: *Model C759 *PaperSources PC115
*UIConstraints: *Model C759 *PaperSources PC110+LU302
*UIConstraints: *Model C759 *PaperSources PC115+LU207
*UIConstraints: *Model C759 *PaperSources PC115+LU302
*UIConstraints: *Model C759 *PaperSources PC210
*UIConstraints: *Model C759 *PaperSources PC214
*UIConstraints: *Model C759 *PaperSources PC215
*UIConstraints: *Model C759 *PaperSources PC210+LU302
*UIConstraints: *Model C759 *PaperSources PC215+LU207
*UIConstraints: *Model C759 *PaperSources PC215+LU302
*UIConstraints: *Model C759 *PaperSources PC410
*UIConstraints: *Model C759 *PaperSources PC414
*UIConstraints: *Model C759 *PaperSources PC415
*UIConstraints: *Model C759 *PaperSources PC410+LU302
*UIConstraints: *Model C759 *PaperSources PC415+LU207
*UIConstraints: *Model C759 *PaperSources PC415+LU302
*UIConstraints: *Model C759 *PaperSources PFP13T2
*UIConstraints: *Model C759 *PaperSources PFP13T23
*UIConstraints: *Model C759 *Finisher Enable
*UIConstraints: *Model C759 *Finisher FS533
*UIConstraints: *Model C759 *Finisher FS534
*UIConstraints: *Model C759 *Finisher JS506
*UIConstraints: *Model C759 *KOPunch PK519
*UIConstraints: *Model C759 *KOPunch PK519-3
*UIConstraints: *Model C759 *KOPunch PK519-4
*UIConstraints: *Model C759 *KOPunch PK519-SWE4
*UIConstraints: *Model C659 *MediaType Labels
*UIConstraints: *Model C659 *MediaType Postcard
*UIConstraints: *Model C659 *MediaType Glossy
*UIConstraints: *Model C659 *MediaType GlossyPlus
*UIConstraints: *Model C659 *MediaType Glossy2
*UIConstraints: *Model C659 *PageSize LetterPlus
*UIConstraints: *Model C659 *PageSize 8x10
*UIConstraints: *Model C659 *PageSize 8x10.5
*UIConstraints: *Model C659 *PageSize DoublePostcardRotated
*UIConstraints: *Model C659 *OutputBin Tray4
*UIConstraints: *Model C659 *PaperSources LU207
*UIConstraints: *Model C659 *PaperSources LU302
*UIConstraints: *Model C659 *PaperSources PC110
*UIConstraints: *Model C659 *PaperSources PC114
*UIConstraints: *Model C659 *PaperSources PC115
*UIConstraints: *Model C659 *PaperSources PC110+LU302
*UIConstraints: *Model C659 *PaperSources PC115+LU207
*UIConstraints: *Model C659 *PaperSources PC115+LU302
*UIConstraints: *Model C659 *PaperSources PC210
*UIConstraints: *Model C659 *PaperSources PC214
*UIConstraints: *Model C659 *PaperSources PC215
*UIConstraints: *Model C659 *PaperSources PC210+LU302
*UIConstraints: *Model C659 *PaperSources PC215+LU207
*UIConstraints: *Model C659 *PaperSources PC215+LU302
*UIConstraints: *Model C659 *PaperSources PC410
*UIConstraints: *Model C659 *PaperSources PC414
*UIConstraints: *Model C659 *PaperSources PC415
*UIConstraints: *Model C659 *PaperSources PC410+LU302
*UIConstraints: *Model C659 *PaperSources PC415+LU207
*UIConstraints: *Model C659 *PaperSources PC415+LU302
*UIConstraints: *Model C659 *PaperSources PFP13T2
*UIConstraints: *Model C659 *PaperSources PFP13T23
*UIConstraints: *Model C659 *Finisher Enable
*UIConstraints: *Model C659 *Finisher FS533
*UIConstraints: *Model C659 *Finisher FS534
*UIConstraints: *Model C659 *Finisher JS506
*UIConstraints: *Model C659 *KOPunch PK519
*UIConstraints: *Model C659 *KOPunch PK519-3
*UIConstraints: *Model C659 *KOPunch PK519-4
*UIConstraints: *Model C659 *KOPunch PK519-SWE4
*UIConstraints: *Model C658 *MediaType Thin(2nd)
*UIConstraints: *Model C658 *MediaType Labels
*UIConstraints: *Model C658 *MediaType Postcard
*UIConstraints: *Model C658 *MediaType Glossy
*UIConstraints: *Model C658 *MediaType GlossyPlus
*UIConstraints: *Model C658 *MediaType Glossy2
*UIConstraints: *Model C658 *PageSize LetterPlus
*UIConstraints: *Model C658 *PageSize 8x10
*UIConstraints: *Model C658 *PageSize 8x10.5
*UIConstraints: *Model C658 *PageSize DoublePostcardRotated
*UIConstraints: *Model C658 *PaperSources LU205
*UIConstraints: *Model C658 *PaperSources LU303
*UIConstraints: *Model C658 *PaperSources PC110
*UIConstraints: *Model C658 *PaperSources PC114
*UIConstraints: *Model C658 *PaperSources PC110+LU302
*UIConstraints: *Model C658 *PaperSources PC210
*UIConstraints: *Model C658 *PaperSources PC214
*UIConstraints: *Model C658 *PaperSources PC210+LU302
*UIConstraints: *Model C658 *PaperSources PC410
*UIConstraints: *Model C658 *PaperSources PC414
*UIConstraints: *Model C658 *PaperSources PC410+LU302
*UIConstraints: *Model C658 *PaperSources PFP13T2
*UIConstraints: *Model C658 *PaperSources PFP13T23
*UIConstraints: *Model C658 *Finisher Enable
*UIConstraints: *Model C658 *Finisher FS533
*UIConstraints: *Model C658 *Finisher FS534
*UIConstraints: *Model C658 *Finisher JS506
*UIConstraints: *Model C658 *KOPunch PK519
*UIConstraints: *Model C658 *KOPunch PK519-3
*UIConstraints: *Model C658 *KOPunch PK519-4
*UIConstraints: *Model C658 *KOPunch PK519-SWE4
*UIConstraints: *Model C558 *MediaType Thin(2nd)
*UIConstraints: *Model C558 *MediaType Labels
*UIConstraints: *Model C558 *MediaType Postcard
*UIConstraints: *Model C558 *MediaType Glossy
*UIConstraints: *Model C558 *MediaType GlossyPlus
*UIConstraints: *Model C558 *MediaType Glossy2
*UIConstraints: *Model C558 *PageSize LetterPlus
*UIConstraints: *Model C558 *PageSize 8x10
*UIConstraints: *Model C558 *PageSize 8x10.5
*UIConstraints: *Model C558 *PageSize DoublePostcardRotated
*UIConstraints: *Model C558 *PaperSources LU205
*UIConstraints: *Model C558 *PaperSources LU303
*UIConstraints: *Model C558 *PaperSources PC110
*UIConstraints: *Model C558 *PaperSources PC114
*UIConstraints: *Model C558 *PaperSources PC110+LU302
*UIConstraints: *Model C558 *PaperSources PC210
*UIConstraints: *Model C558 *PaperSources PC214
*UIConstraints: *Model C558 *PaperSources PC210+LU302
*UIConstraints: *Model C558 *PaperSources PC410
*UIConstraints: *Model C558 *PaperSources PC414
*UIConstraints: *Model C558 *PaperSources PC410+LU302
*UIConstraints: *Model C558 *PaperSources PFP13T2
*UIConstraints: *Model C558 *PaperSources PFP13T23
*UIConstraints: *Model C558 *Finisher Enable
*UIConstraints: *Model C558 *Finisher FS534
*UIConstraints: *Model C458 *MediaType Thin(2nd)
*UIConstraints: *Model C458 *MediaType Labels
*UIConstraints: *Model C458 *MediaType Postcard
*UIConstraints: *Model C458 *MediaType Glossy
*UIConstraints: *Model C458 *MediaType GlossyPlus
*UIConstraints: *Model C458 *MediaType Glossy2
*UIConstraints: *Model C458 *PageSize LetterPlus
*UIConstraints: *Model C458 *PageSize 8x10
*UIConstraints: *Model C458 *PageSize 8x10.5
*UIConstraints: *Model C458 *PageSize DoublePostcardRotated
*UIConstraints: *Model C458 *PaperSources LU205
*UIConstraints: *Model C458 *PaperSources LU303
*UIConstraints: *Model C458 *PaperSources PC110
*UIConstraints: *Model C458 *PaperSources PC114
*UIConstraints: *Model C458 *PaperSources PC110+LU302
*UIConstraints: *Model C458 *PaperSources PC210
*UIConstraints: *Model C458 *PaperSources PC214
*UIConstraints: *Model C458 *PaperSources PC210+LU302
*UIConstraints: *Model C458 *PaperSources PC410
*UIConstraints: *Model C458 *PaperSources PC414
*UIConstraints: *Model C458 *PaperSources PC410+LU302
*UIConstraints: *Model C458 *PaperSources PFP13T2
*UIConstraints: *Model C458 *PaperSources PFP13T23
*UIConstraints: *Model C458 *Finisher Enable
*UIConstraints: *Model C458 *Finisher FS534
*UIConstraints: *Model C368 *MediaType Thin(2nd)
*UIConstraints: *Model C368 *MediaType Labels
*UIConstraints: *Model C368 *MediaType Postcard
*UIConstraints: *Model C368 *MediaType Glossy
*UIConstraints: *Model C368 *MediaType GlossyPlus
*UIConstraints: *Model C368 *MediaType Glossy2
*UIConstraints: *Model C368 *PageSize LetterPlus
*UIConstraints: *Model C368 *PageSize 8x10
*UIConstraints: *Model C368 *PageSize 8x10.5
*UIConstraints: *Model C368 *PageSize DoublePostcardRotated
*UIConstraints: *Model C368 *OutputBin Tray4
*UIConstraints: *Model C368 *Staple 1StapleZeroLeft
*UIConstraints: *Model C368 *Fold ZFold1
*UIConstraints: *Model C368 *Fold ZFold2
*UIConstraints: *Model C368 *PIFrontCover PITray1
*UIConstraints: *Model C368 *PIFrontCover PITray2
*UIConstraints: *Model C368 *PIBackCover PITray1
*UIConstraints: *Model C368 *PIBackCover PITray2
*UIConstraints: *Model C368 *PaperSources LU205
*UIConstraints: *Model C368 *PaperSources LU207
*UIConstraints: *Model C368 *PaperSources LU303
*UIConstraints: *Model C368 *PaperSources PC114
*UIConstraints: *Model C368 *PaperSources PC115
*UIConstraints: *Model C368 *PaperSources PC115+LU207
*UIConstraints: *Model C368 *PaperSources PC115+LU302
*UIConstraints: *Model C368 *PaperSources PC214
*UIConstraints: *Model C368 *PaperSources PC215
*UIConstraints: *Model C368 *PaperSources PC215+LU207
*UIConstraints: *Model C368 *PaperSources PC215+LU302
*UIConstraints: *Model C368 *PaperSources PC414
*UIConstraints: *Model C368 *PaperSources PC415
*UIConstraints: *Model C368 *PaperSources PC415+LU207
*UIConstraints: *Model C368 *PaperSources PC415+LU302
*UIConstraints: *Model C368 *PaperSources PFP13T2
*UIConstraints: *Model C368 *PaperSources PFP13T23
*UIConstraints: *Model C368 *Finisher Enable
*UIConstraints: *Model C368 *Finisher FS536
*UIConstraints: *Model C368 *Finisher FS537
*UIConstraints: *Model C368 *Finisher FS537+JS602
*UIConstraints: *Model C368 *KOPunch PK523
*UIConstraints: *Model C368 *KOPunch PK523-3
*UIConstraints: *Model C368 *KOPunch PK523-4
*UIConstraints: *Model C368 *KOPunch PK523-SWE4
*UIConstraints: *Model C368 *ZFoldPunch ZU609
*UIConstraints: *Model C368 *CoverSheetFeeder PI507
*UIConstraints: *Model C368 *SaddleUnit SD512
*UIConstraints: *Model C308 *MediaType Thin(2nd)
*UIConstraints: *Model C308 *MediaType Labels
*UIConstraints: *Model C308 *MediaType Postcard
*UIConstraints: *Model C308 *MediaType Glossy
*UIConstraints: *Model C308 *MediaType GlossyPlus
*UIConstraints: *Model C308 *MediaType Glossy2
*UIConstraints: *Model C308 *PageSize LetterPlus
*UIConstraints: *Model C308 *PageSize 8x10
*UIConstraints: *Model C308 *PageSize 8x10.5
*UIConstraints: *Model C308 *PageSize DoublePostcardRotated
*UIConstraints: *Model C308 *OutputBin Tray4
*UIConstraints: *Model C308 *Staple 1StapleZeroLeft
*UIConstraints: *Model C308 *Fold ZFold1
*UIConstraints: *Model C308 *Fold ZFold2
*UIConstraints: *Model C308 *PIFrontCover PITray1
*UIConstraints: *Model C308 *PIFrontCover PITray2
*UIConstraints: *Model C308 *PIBackCover PITray1
*UIConstraints: *Model C308 *PIBackCover PITray2
*UIConstraints: *Model C308 *PaperSources LU205
*UIConstraints: *Model C308 *PaperSources LU207
*UIConstraints: *Model C308 *PaperSources LU303
*UIConstraints: *Model C308 *PaperSources PC114
*UIConstraints: *Model C308 *PaperSources PC115
*UIConstraints: *Model C308 *PaperSources PC115+LU207
*UIConstraints: *Model C308 *PaperSources PC115+LU302
*UIConstraints: *Model C308 *PaperSources PC214
*UIConstraints: *Model C308 *PaperSources PC215
*UIConstraints: *Model C308 *PaperSources PC215+LU207
*UIConstraints: *Model C308 *PaperSources PC215+LU302
*UIConstraints: *Model C308 *PaperSources PC414
*UIConstraints: *Model C308 *PaperSources PC415
*UIConstraints: *Model C308 *PaperSources PC415+LU207
*UIConstraints: *Model C308 *PaperSources PC415+LU302
*UIConstraints: *Model C308 *PaperSources PFP13T2
*UIConstraints: *Model C308 *PaperSources PFP13T23
*UIConstraints: *Model C308 *Finisher Enable
*UIConstraints: *Model C308 *Finisher FS536
*UIConstraints: *Model C308 *Finisher FS537
*UIConstraints: *Model C308 *Finisher FS537+JS602
*UIConstraints: *Model C308 *KOPunch PK523
*UIConstraints: *Model C308 *KOPunch PK523-3
*UIConstraints: *Model C308 *KOPunch PK523-4
*UIConstraints: *Model C308 *KOPunch PK523-SWE4
*UIConstraints: *Model C308 *ZFoldPunch ZU609
*UIConstraints: *Model C308 *CoverSheetFeeder PI507
*UIConstraints: *Model C308 *SaddleUnit SD512
*UIConstraints: *Model C258 *MediaType Thin(2nd)
*UIConstraints: *Model C258 *MediaType Labels
*UIConstraints: *Model C258 *MediaType Postcard
*UIConstraints: *Model C258 *MediaType Glossy
*UIConstraints: *Model C258 *MediaType GlossyPlus
*UIConstraints: *Model C258 *MediaType Glossy2
*UIConstraints: *Model C258 *PageSize LetterPlus
*UIConstraints: *Model C258 *PageSize 8x10
*UIConstraints: *Model C258 *PageSize 8x10.5
*UIConstraints: *Model C258 *PageSize DoublePostcardRotated
*UIConstraints: *Model C258 *OutputBin Tray4
*UIConstraints: *Model C258 *Staple 1StapleZeroLeft
*UIConstraints: *Model C258 *Fold ZFold1
*UIConstraints: *Model C258 *Fold ZFold2
*UIConstraints: *Model C258 *PIFrontCover PITray1
*UIConstraints: *Model C258 *PIFrontCover PITray2
*UIConstraints: *Model C258 *PIBackCover PITray1
*UIConstraints: *Model C258 *PIBackCover PITray2
*UIConstraints: *Model C258 *PaperSources LU205
*UIConstraints: *Model C258 *PaperSources LU207
*UIConstraints: *Model C258 *PaperSources LU303
*UIConstraints: *Model C258 *PaperSources PC114
*UIConstraints: *Model C258 *PaperSources PC115
*UIConstraints: *Model C258 *PaperSources PC115+LU207
*UIConstraints: *Model C258 *PaperSources PC115+LU302
*UIConstraints: *Model C258 *PaperSources PC214
*UIConstraints: *Model C258 *PaperSources PC215
*UIConstraints: *Model C258 *PaperSources PC215+LU207
*UIConstraints: *Model C258 *PaperSources PC215+LU302
*UIConstraints: *Model C258 *PaperSources PC414
*UIConstraints: *Model C258 *PaperSources PC415
*UIConstraints: *Model C258 *PaperSources PC415+LU207
*UIConstraints: *Model C258 *PaperSources PC415+LU302
*UIConstraints: *Model C258 *PaperSources PFP13T2
*UIConstraints: *Model C258 *PaperSources PFP13T23
*UIConstraints: *Model C258 *Finisher Enable
*UIConstraints: *Model C258 *Finisher FS536
*UIConstraints: *Model C258 *Finisher FS537
*UIConstraints: *Model C258 *Finisher FS537+JS602
*UIConstraints: *Model C258 *KOPunch PK523
*UIConstraints: *Model C258 *KOPunch PK523-3
*UIConstraints: *Model C258 *KOPunch PK523-4
*UIConstraints: *Model C258 *KOPunch PK523-SWE4
*UIConstraints: *Model C258 *ZFoldPunch ZU609
*UIConstraints: *Model C258 *CoverSheetFeeder PI507
*UIConstraints: *Model C258 *SaddleUnit SD512
*UIConstraints: *Model C287 *MediaType Thick4
*UIConstraints: *Model C287 *MediaType Thick4(2nd)
*UIConstraints: *Model C287 *MediaType Thin
*UIConstraints: *Model C287 *MediaType Thin(2nd)
*UIConstraints: *Model C287 *MediaType Labels
*UIConstraints: *Model C287 *MediaType Postcard
*UIConstraints: *Model C287 *MediaType Glossy
*UIConstraints: *Model C287 *MediaType GlossyPlus
*UIConstraints: *Model C287 *MediaType Glossy2
*UIConstraints: *Model C287 *PageSize SRA3
*UIConstraints: *Model C287 *PageSize 12x18
*UIConstraints: *Model C287 *PageSize LetterPlus
*UIConstraints: *Model C287 *PageSize 8x10
*UIConstraints: *Model C287 *PageSize 8x10.5
*UIConstraints: *Model C287 *PageSize DoublePostcardRotated
*UIConstraints: *Model C287 *PageSize A3Extra
*UIConstraints: *Model C287 *PageSize TabloidExtra
*UIConstraints: *Model C287 *OutputBin Tray4
*UIConstraints: *Model C287 *Staple 1StapleZeroLeft
*UIConstraints: *Model C287 *Fold ZFold1
*UIConstraints: *Model C287 *Fold ZFold2
*UIConstraints: *Model C287 *PIFrontCover PITray1
*UIConstraints: *Model C287 *PIFrontCover PITray2
*UIConstraints: *Model C287 *PIBackCover PITray1
*UIConstraints: *Model C287 *PIBackCover PITray2
*UIConstraints: *Model C287 *PaperSources LU205
*UIConstraints: *Model C287 *PaperSources LU207
*UIConstraints: *Model C287 *PaperSources LU302
*UIConstraints: *Model C287 *PaperSources LU303
*UIConstraints: *Model C287 *PaperSources PC110
*UIConstraints: *Model C287 *PaperSources PC115
*UIConstraints: *Model C287 *PaperSources PC110+LU302
*UIConstraints: *Model C287 *PaperSources PC115+LU207
*UIConstraints: *Model C287 *PaperSources PC115+LU302
*UIConstraints: *Model C287 *PaperSources PC210
*UIConstraints: *Model C287 *PaperSources PC215
*UIConstraints: *Model C287 *PaperSources PC210+LU302
*UIConstraints: *Model C287 *PaperSources PC215+LU207
*UIConstraints: *Model C287 *PaperSources PC215+LU302
*UIConstraints: *Model C287 *PaperSources PC410
*UIConstraints: *Model C287 *PaperSources PC415
*UIConstraints: *Model C287 *PaperSources PC410+LU302
*UIConstraints: *Model C287 *PaperSources PC415+LU207
*UIConstraints: *Model C287 *PaperSources PC415+LU302
*UIConstraints: *Model C287 *PaperSources PFP13T2
*UIConstraints: *Model C287 *PaperSources PFP13T23
*UIConstraints: *Model C287 *Finisher Enable
*UIConstraints: *Model C287 *Finisher FS536
*UIConstraints: *Model C287 *Finisher FS537
*UIConstraints: *Model C287 *Finisher FS537+JS602
*UIConstraints: *Model C287 *KOPunch PK523
*UIConstraints: *Model C287 *KOPunch PK523-3
*UIConstraints: *Model C287 *KOPunch PK523-4
*UIConstraints: *Model C287 *KOPunch PK523-SWE4
*UIConstraints: *Model C287 *ZFoldPunch ZU609
*UIConstraints: *Model C287 *CoverSheetFeeder PI507
*UIConstraints: *Model C287 *SaddleUnit SD512
*UIConstraints: *Model C227 *MediaType Thick4
*UIConstraints: *Model C227 *MediaType Thick4(2nd)
*UIConstraints: *Model C227 *MediaType Thin
*UIConstraints: *Model C227 *MediaType Thin(2nd)
*UIConstraints: *Model C227 *MediaType Labels
*UIConstraints: *Model C227 *MediaType Postcard
*UIConstraints: *Model C227 *MediaType Glossy
*UIConstraints: *Model C227 *MediaType GlossyPlus
*UIConstraints: *Model C227 *MediaType Glossy2
*UIConstraints: *Model C227 *PageSize SRA3
*UIConstraints: *Model C227 *PageSize 12x18
*UIConstraints: *Model C227 *PageSize LetterPlus
*UIConstraints: *Model C227 *PageSize 8x10
*UIConstraints: *Model C227 *PageSize 8x10.5
*UIConstraints: *Model C227 *PageSize DoublePostcardRotated
*UIConstraints: *Model C227 *PageSize A3Extra
*UIConstraints: *Model C227 *PageSize TabloidExtra
*UIConstraints: *Model C227 *OutputBin Tray4
*UIConstraints: *Model C227 *Staple 1StapleZeroLeft
*UIConstraints: *Model C227 *Fold ZFold1
*UIConstraints: *Model C227 *Fold ZFold2
*UIConstraints: *Model C227 *PIFrontCover PITray1
*UIConstraints: *Model C227 *PIFrontCover PITray2
*UIConstraints: *Model C227 *PIBackCover PITray1
*UIConstraints: *Model C227 *PIBackCover PITray2
*UIConstraints: *Model C227 *PaperSources LU205
*UIConstraints: *Model C227 *PaperSources LU207
*UIConstraints: *Model C227 *PaperSources LU302
*UIConstraints: *Model C227 *PaperSources LU303
*UIConstraints: *Model C227 *PaperSources PC110
*UIConstraints: *Model C227 *PaperSources PC115
*UIConstraints: *Model C227 *PaperSources PC110+LU302
*UIConstraints: *Model C227 *PaperSources PC115+LU207
*UIConstraints: *Model C227 *PaperSources PC115+LU302
*UIConstraints: *Model C227 *PaperSources PC210
*UIConstraints: *Model C227 *PaperSources PC215
*UIConstraints: *Model C227 *PaperSources PC210+LU302
*UIConstraints: *Model C227 *PaperSources PC215+LU207
*UIConstraints: *Model C227 *PaperSources PC215+LU302
*UIConstraints: *Model C227 *PaperSources PC410
*UIConstraints: *Model C227 *PaperSources PC415
*UIConstraints: *Model C227 *PaperSources PC410+LU302
*UIConstraints: *Model C227 *PaperSources PC415+LU207
*UIConstraints: *Model C227 *PaperSources PC415+LU302
*UIConstraints: *Model C227 *PaperSources PFP13T2
*UIConstraints: *Model C227 *PaperSources PFP13T23
*UIConstraints: *Model C227 *Finisher Enable
*UIConstraints: *Model C227 *Finisher FS536
*UIConstraints: *Model C227 *Finisher FS537
*UIConstraints: *Model C227 *Finisher FS537+JS602
*UIConstraints: *Model C227 *KOPunch PK523
*UIConstraints: *Model C227 *KOPunch PK523-3
*UIConstraints: *Model C227 *KOPunch PK523-4
*UIConstraints: *Model C227 *KOPunch PK523-SWE4
*UIConstraints: *Model C227 *ZFoldPunch ZU609
*UIConstraints: *Model C227 *CoverSheetFeeder PI507
*UIConstraints: *Model C227 *SaddleUnit SD512
*UIConstraints: *Model C3851 *MediaType Thick3
*UIConstraints: *Model C3851 *MediaType Thick3(2nd)
*UIConstraints: *Model C3851 *MediaType Thick4
*UIConstraints: *Model C3851 *MediaType Thick4(2nd)
*UIConstraints: *Model C3851 *MediaType Thin
*UIConstraints: *Model C3851 *MediaType Thin(2nd)
*UIConstraints: *Model C3851 *MediaType Transparency
*UIConstraints: *Model C3851 *MediaType TAB
*UIConstraints: *Model C3851 *MediaType User6
*UIConstraints: *Model C3851 *MediaType User6(2nd)
*UIConstraints: *Model C3851 *PageSize A3
*UIConstraints: *Model C3851 *PageSize B4
*UIConstraints: *Model C3851 *PageSize SRA3
*UIConstraints: *Model C3851 *PageSize 220mmx330mm
*UIConstraints: *Model C3851 *PageSize 12x18
*UIConstraints: *Model C3851 *PageSize Tabloid
*UIConstraints: *Model C3851 *PageSize 8K
*UIConstraints: *Model C3851 *PageSize EnvC4
*UIConstraints: *Model C3851 *PageSize EnvC5
*UIConstraints: *Model C3851 *PageSize EnvYou4
*UIConstraints: *Model C3851 *PageSize EnvKaku1
*UIConstraints: *Model C3851 *PageSize EnvKaku2
*UIConstraints: *Model C3851 *PageSize EnvKaku3
*UIConstraints: *Model C3851 *PageSize A3Extra
*UIConstraints: *Model C3851 *PageSize A4Extra
*UIConstraints: *Model C3851 *PageSize A5Extra
*UIConstraints: *Model C3851 *PageSize B4Extra
*UIConstraints: *Model C3851 *PageSize B5Extra
*UIConstraints: *Model C3851 *PageSize TabloidExtra
*UIConstraints: *Model C3851 *PageSize LetterExtra
*UIConstraints: *Model C3851 *PageSize StatementExtra
*UIConstraints: *Model C3851 *PageSize LetterTab-F
*UIConstraints: *Model C3851 *PageSize A4Tab-F
*UIConstraints: *Model C3851 *OutputBin Tray1
*UIConstraints: *Model C3851 *OutputBin Tray2
*UIConstraints: *Model C3851 *OutputBin Tray3
*UIConstraints: *Model C3851 *OutputBin Tray4
*UIConstraints: *Model C3851 *Staple 1StapleAuto(Left)
*UIConstraints: *Model C3851 *Staple 1StapleZeroLeft
*UIConstraints: *Model C3851 *Staple 1Staple(Right)
*UIConstraints: *Model C3851 *Staple 2Staples
*UIConstraints: *Model C3851 *Punch 2holes
*UIConstraints: *Model C3851 *Punch 3holes
*UIConstraints: *Model C3851 *Punch 4holes
*UIConstraints: *Model C3851 *Fold Stitch
*UIConstraints: *Model C3851 *Fold HalfFold
*UIConstraints: *Model C3851 *Fold TriFold
*UIConstraints: *Model C3851 *Fold ZFold1
*UIConstraints: *Model C3851 *Fold ZFold2
*UIConstraints: *Model C3851 *PIFrontCover PITray1
*UIConstraints: *Model C3851 *PIFrontCover PITray2
*UIConstraints: *Model C3851 *PIBackCover PITray1
*UIConstraints: *Model C3851 *PIBackCover PITray2
*UIConstraints: *Model C3851 *TransparencyInterleave Blank
*UIConstraints: *Model C3851 *OHPOpTray Tray1
*UIConstraints: *Model C3851 *OHPOpTray Tray2
*UIConstraints: *Model C3851 *OHPOpTray Tray3
*UIConstraints: *Model C3851 *OHPOpTray Tray4
*UIConstraints: *Model C3851 *OHPOpTray LCT
*UIConstraints: *Model C3851 *PaperSources LU205
*UIConstraints: *Model C3851 *PaperSources LU207
*UIConstraints: *Model C3851 *PaperSources LU302
*UIConstraints: *Model C3851 *PaperSources LU303
*UIConstraints: *Model C3851 *PaperSources PC110
*UIConstraints: *Model C3851 *PaperSources PC114
*UIConstraints: *Model C3851 *PaperSources PC115
*UIConstraints: *Model C3851 *PaperSources PC110+LU302
*UIConstraints: *Model C3851 *PaperSources PC115+LU207
*UIConstraints: *Model C3851 *PaperSources PC115+LU302
*UIConstraints: *Model C3851 *PaperSources PC210
*UIConstraints: *Model C3851 *PaperSources PC214
*UIConstraints: *Model C3851 *PaperSources PC215
*UIConstraints: *Model C3851 *PaperSources PC210+LU302
*UIConstraints: *Model C3851 *PaperSources PC215+LU207
*UIConstraints: *Model C3851 *PaperSources PC215+LU302
*UIConstraints: *Model C3851 *PaperSources PC410
*UIConstraints: *Model C3851 *PaperSources PC414
*UIConstraints: *Model C3851 *PaperSources PC415
*UIConstraints: *Model C3851 *PaperSources PC410+LU302
*UIConstraints: *Model C3851 *PaperSources PC415+LU207
*UIConstraints: *Model C3851 *PaperSources PC415+LU302
*UIConstraints: *Model C3851 *Finisher Enable
*UIConstraints: *Model C3851 *Finisher FS533
*UIConstraints: *Model C3851 *Finisher FS534
*UIConstraints: *Model C3851 *Finisher JS506
*UIConstraints: *Model C3851 *Finisher FS536
*UIConstraints: *Model C3851 *Finisher FS537
*UIConstraints: *Model C3851 *Finisher FS537+JS602
*UIConstraints: *Model C3851 *KOPunch PK519
*UIConstraints: *Model C3851 *KOPunch PK519-3
*UIConstraints: *Model C3851 *KOPunch PK519-4
*UIConstraints: *Model C3851 *KOPunch PK519-SWE4
*UIConstraints: *Model C3851 *KOPunch PK520
*UIConstraints: *Model C3851 *KOPunch PK520-3
*UIConstraints: *Model C3851 *KOPunch PK520-4
*UIConstraints: *Model C3851 *KOPunch PK520-SWE4
*UIConstraints: *Model C3851 *KOPunch PK523
*UIConstraints: *Model C3851 *KOPunch PK523-3
*UIConstraints: *Model C3851 *KOPunch PK523-4
*UIConstraints: *Model C3851 *KOPunch PK523-SWE4
*UIConstraints: *Model C3851 *ZFoldPunch ZU609
*UIConstraints: *Model C3851 *CoverSheetFeeder PI507
*UIConstraints: *Model C3851 *SaddleUnit SD511
*UIConstraints: *Model C3851 *SaddleUnit SD512
*UIConstraints: *Model C3851FS *MediaType Thick3
*UIConstraints: *Model C3851FS *MediaType Thick3(2nd)
*UIConstraints: *Model C3851FS *MediaType Thick4
*UIConstraints: *Model C3851FS *MediaType Thick4(2nd)
*UIConstraints: *Model C3851FS *MediaType Thin
*UIConstraints: *Model C3851FS *MediaType Thin(2nd)
*UIConstraints: *Model C3851FS *MediaType Transparency
*UIConstraints: *Model C3851FS *MediaType TAB
*UIConstraints: *Model C3851FS *MediaType User6
*UIConstraints: *Model C3851FS *MediaType User6(2nd)
*UIConstraints: *Model C3851FS *PageSize A3
*UIConstraints: *Model C3851FS *PageSize B4
*UIConstraints: *Model C3851FS *PageSize SRA3
*UIConstraints: *Model C3851FS *PageSize 220mmx330mm
*UIConstraints: *Model C3851FS *PageSize 12x18
*UIConstraints: *Model C3851FS *PageSize Tabloid
*UIConstraints: *Model C3851FS *PageSize 8K
*UIConstraints: *Model C3851FS *PageSize EnvC4
*UIConstraints: *Model C3851FS *PageSize EnvC5
*UIConstraints: *Model C3851FS *PageSize EnvYou4
*UIConstraints: *Model C3851FS *PageSize EnvKaku1
*UIConstraints: *Model C3851FS *PageSize EnvKaku2
*UIConstraints: *Model C3851FS *PageSize EnvKaku3
*UIConstraints: *Model C3851FS *PageSize A3Extra
*UIConstraints: *Model C3851FS *PageSize A4Extra
*UIConstraints: *Model C3851FS *PageSize A5Extra
*UIConstraints: *Model C3851FS *PageSize B4Extra
*UIConstraints: *Model C3851FS *PageSize B5Extra
*UIConstraints: *Model C3851FS *PageSize TabloidExtra
*UIConstraints: *Model C3851FS *PageSize LetterExtra
*UIConstraints: *Model C3851FS *PageSize StatementExtra
*UIConstraints: *Model C3851FS *PageSize LetterTab-F
*UIConstraints: *Model C3851FS *PageSize A4Tab-F
*UIConstraints: *Model C3851FS *OutputBin Tray1
*UIConstraints: *Model C3851FS *OutputBin Tray2
*UIConstraints: *Model C3851FS *OutputBin Tray3
*UIConstraints: *Model C3851FS *OutputBin Tray4
*UIConstraints: *Model C3851FS *Staple 1StapleZeroLeft
*UIConstraints: *Model C3851FS *Staple 2Staples
*UIConstraints: *Model C3851FS *Punch 2holes
*UIConstraints: *Model C3851FS *Punch 3holes
*UIConstraints: *Model C3851FS *Punch 4holes
*UIConstraints: *Model C3851FS *Fold Stitch
*UIConstraints: *Model C3851FS *Fold HalfFold
*UIConstraints: *Model C3851FS *Fold TriFold
*UIConstraints: *Model C3851FS *Fold ZFold1
*UIConstraints: *Model C3851FS *Fold ZFold2
*UIConstraints: *Model C3851FS *PIFrontCover PITray1
*UIConstraints: *Model C3851FS *PIFrontCover PITray2
*UIConstraints: *Model C3851FS *PIBackCover PITray1
*UIConstraints: *Model C3851FS *PIBackCover PITray2
*UIConstraints: *Model C3851FS *TransparencyInterleave Blank
*UIConstraints: *Model C3851FS *OHPOpTray Tray1
*UIConstraints: *Model C3851FS *OHPOpTray Tray2
*UIConstraints: *Model C3851FS *OHPOpTray Tray3
*UIConstraints: *Model C3851FS *OHPOpTray Tray4
*UIConstraints: *Model C3851FS *OHPOpTray LCT
*UIConstraints: *Model C3851FS *PaperSources LU205
*UIConstraints: *Model C3851FS *PaperSources LU207
*UIConstraints: *Model C3851FS *PaperSources LU302
*UIConstraints: *Model C3851FS *PaperSources LU303
*UIConstraints: *Model C3851FS *PaperSources PC110
*UIConstraints: *Model C3851FS *PaperSources PC114
*UIConstraints: *Model C3851FS *PaperSources PC115
*UIConstraints: *Model C3851FS *PaperSources PC110+LU302
*UIConstraints: *Model C3851FS *PaperSources PC115+LU207
*UIConstraints: *Model C3851FS *PaperSources PC115+LU302
*UIConstraints: *Model C3851FS *PaperSources PC210
*UIConstraints: *Model C3851FS *PaperSources PC214
*UIConstraints: *Model C3851FS *PaperSources PC215
*UIConstraints: *Model C3851FS *PaperSources PC210+LU302
*UIConstraints: *Model C3851FS *PaperSources PC215+LU207
*UIConstraints: *Model C3851FS *PaperSources PC215+LU302
*UIConstraints: *Model C3851FS *PaperSources PC410
*UIConstraints: *Model C3851FS *PaperSources PC414
*UIConstraints: *Model C3851FS *PaperSources PC415
*UIConstraints: *Model C3851FS *PaperSources PC410+LU302
*UIConstraints: *Model C3851FS *PaperSources PC415+LU207
*UIConstraints: *Model C3851FS *PaperSources PC415+LU302
*UIConstraints: *Model C3851FS *Finisher FS533
*UIConstraints: *Model C3851FS *Finisher FS534
*UIConstraints: *Model C3851FS *Finisher JS506
*UIConstraints: *Model C3851FS *Finisher FS536
*UIConstraints: *Model C3851FS *Finisher FS537
*UIConstraints: *Model C3851FS *Finisher FS537+JS602
*UIConstraints: *Model C3851FS *KOPunch PK519
*UIConstraints: *Model C3851FS *KOPunch PK519-3
*UIConstraints: *Model C3851FS *KOPunch PK519-4
*UIConstraints: *Model C3851FS *KOPunch PK519-SWE4
*UIConstraints: *Model C3851FS *KOPunch PK520
*UIConstraints: *Model C3851FS *KOPunch PK520-3
*UIConstraints: *Model C3851FS *KOPunch PK520-4
*UIConstraints: *Model C3851FS *KOPunch PK520-SWE4
*UIConstraints: *Model C3851FS *KOPunch PK523
*UIConstraints: *Model C3851FS *KOPunch PK523-3
*UIConstraints: *Model C3851FS *KOPunch PK523-4
*UIConstraints: *Model C3851FS *KOPunch PK523-SWE4
*UIConstraints: *Model C3851FS *ZFoldPunch ZU609
*UIConstraints: *Model C3851FS *CoverSheetFeeder PI507
*UIConstraints: *Model C3851FS *SaddleUnit SD511
*UIConstraints: *Model C3851FS *SaddleUnit SD512
*UIConstraints: *Model C3351 *MediaType Thick3
*UIConstraints: *Model C3351 *MediaType Thick3(2nd)
*UIConstraints: *Model C3351 *MediaType Thick4
*UIConstraints: *Model C3351 *MediaType Thick4(2nd)
*UIConstraints: *Model C3351 *MediaType Thin
*UIConstraints: *Model C3351 *MediaType Thin(2nd)
*UIConstraints: *Model C3351 *MediaType Transparency
*UIConstraints: *Model C3351 *MediaType TAB
*UIConstraints: *Model C3351 *MediaType User6
*UIConstraints: *Model C3351 *MediaType User6(2nd)
*UIConstraints: *Model C3351 *PageSize A3
*UIConstraints: *Model C3351 *PageSize B4
*UIConstraints: *Model C3351 *PageSize SRA3
*UIConstraints: *Model C3351 *PageSize 220mmx330mm
*UIConstraints: *Model C3351 *PageSize 12x18
*UIConstraints: *Model C3351 *PageSize Tabloid
*UIConstraints: *Model C3351 *PageSize 8K
*UIConstraints: *Model C3351 *PageSize EnvC4
*UIConstraints: *Model C3351 *PageSize EnvC5
*UIConstraints: *Model C3351 *PageSize EnvYou4
*UIConstraints: *Model C3351 *PageSize EnvKaku1
*UIConstraints: *Model C3351 *PageSize EnvKaku2
*UIConstraints: *Model C3351 *PageSize EnvKaku3
*UIConstraints: *Model C3351 *PageSize A3Extra
*UIConstraints: *Model C3351 *PageSize A4Extra
*UIConstraints: *Model C3351 *PageSize A5Extra
*UIConstraints: *Model C3351 *PageSize B4Extra
*UIConstraints: *Model C3351 *PageSize B5Extra
*UIConstraints: *Model C3351 *PageSize TabloidExtra
*UIConstraints: *Model C3351 *PageSize LetterExtra
*UIConstraints: *Model C3351 *PageSize StatementExtra
*UIConstraints: *Model C3351 *PageSize LetterTab-F
*UIConstraints: *Model C3351 *PageSize A4Tab-F
*UIConstraints: *Model C3351 *OutputBin Tray1
*UIConstraints: *Model C3351 *OutputBin Tray2
*UIConstraints: *Model C3351 *OutputBin Tray3
*UIConstraints: *Model C3351 *OutputBin Tray4
*UIConstraints: *Model C3351 *Staple 1StapleAuto(Left)
*UIConstraints: *Model C3351 *Staple 1StapleZeroLeft
*UIConstraints: *Model C3351 *Staple 1Staple(Right)
*UIConstraints: *Model C3351 *Staple 2Staples
*UIConstraints: *Model C3351 *Punch 2holes
*UIConstraints: *Model C3351 *Punch 3holes
*UIConstraints: *Model C3351 *Punch 4holes
*UIConstraints: *Model C3351 *Fold Stitch
*UIConstraints: *Model C3351 *Fold HalfFold
*UIConstraints: *Model C3351 *Fold TriFold
*UIConstraints: *Model C3351 *Fold ZFold1
*UIConstraints: *Model C3351 *Fold ZFold2
*UIConstraints: *Model C3351 *PIFrontCover PITray1
*UIConstraints: *Model C3351 *PIFrontCover PITray2
*UIConstraints: *Model C3351 *PIBackCover PITray1
*UIConstraints: *Model C3351 *PIBackCover PITray2
*UIConstraints: *Model C3351 *TransparencyInterleave Blank
*UIConstraints: *Model C3351 *OHPOpTray Tray1
*UIConstraints: *Model C3351 *OHPOpTray Tray2
*UIConstraints: *Model C3351 *OHPOpTray Tray3
*UIConstraints: *Model C3351 *OHPOpTray Tray4
*UIConstraints: *Model C3351 *OHPOpTray LCT
*UIConstraints: *Model C3351 *PaperSources LU205
*UIConstraints: *Model C3351 *PaperSources LU207
*UIConstraints: *Model C3351 *PaperSources LU302
*UIConstraints: *Model C3351 *PaperSources LU303
*UIConstraints: *Model C3351 *PaperSources PC110
*UIConstraints: *Model C3351 *PaperSources PC114
*UIConstraints: *Model C3351 *PaperSources PC115
*UIConstraints: *Model C3351 *PaperSources PC110+LU302
*UIConstraints: *Model C3351 *PaperSources PC115+LU207
*UIConstraints: *Model C3351 *PaperSources PC115+LU302
*UIConstraints: *Model C3351 *PaperSources PC210
*UIConstraints: *Model C3351 *PaperSources PC214
*UIConstraints: *Model C3351 *PaperSources PC215
*UIConstraints: *Model C3351 *PaperSources PC210+LU302
*UIConstraints: *Model C3351 *PaperSources PC215+LU207
*UIConstraints: *Model C3351 *PaperSources PC215+LU302
*UIConstraints: *Model C3351 *PaperSources PC410
*UIConstraints: *Model C3351 *PaperSources PC414
*UIConstraints: *Model C3351 *PaperSources PC415
*UIConstraints: *Model C3351 *PaperSources PC410+LU302
*UIConstraints: *Model C3351 *PaperSources PC415+LU207
*UIConstraints: *Model C3351 *PaperSources PC415+LU302
*UIConstraints: *Model C3351 *Finisher Enable
*UIConstraints: *Model C3351 *Finisher FS533
*UIConstraints: *Model C3351 *Finisher FS534
*UIConstraints: *Model C3351 *Finisher JS506
*UIConstraints: *Model C3351 *Finisher FS536
*UIConstraints: *Model C3351 *Finisher FS537
*UIConstraints: *Model C3351 *Finisher FS537+JS602
*UIConstraints: *Model C3351 *KOPunch PK519
*UIConstraints: *Model C3351 *KOPunch PK519-3
*UIConstraints: *Model C3351 *KOPunch PK519-4
*UIConstraints: *Model C3351 *KOPunch PK519-SWE4
*UIConstraints: *Model C3351 *KOPunch PK520
*UIConstraints: *Model C3351 *KOPunch PK520-3
*UIConstraints: *Model C3351 *KOPunch PK520-4
*UIConstraints: *Model C3351 *KOPunch PK520-SWE4
*UIConstraints: *Model C3351 *KOPunch PK523
*UIConstraints: *Model C3351 *KOPunch PK523-3
*UIConstraints: *Model C3351 *KOPunch PK523-4
*UIConstraints: *Model C3351 *KOPunch PK523-SWE4
*UIConstraints: *Model C3351 *ZFoldPunch ZU609
*UIConstraints: *Model C3351 *CoverSheetFeeder PI507
*UIConstraints: *Model C3351 *SaddleUnit SD511
*UIConstraints: *Model C3351 *SaddleUnit SD512

*%
*% === Font Information  ============
*%
*DefaultFont: Courier
*Font AlbertusMT-Italic:  Standard "(001.000)" Standard ROM
*Font AlbertusMT-Light:  Standard "(001.000)" Standard ROM
*Font AlbertusMT:  Standard "(001.000)" Standard ROM
*Font AntiqueOlive-Bold:  Standard "(501.009)" ExtendedRoman ROM
*Font AntiqueOlive-Compact:  Standard "(501.008)" ExtendedRoman ROM
*Font AntiqueOlive-Italic:  Standard "(501.010)" ExtendedRoman ROM
*Font AntiqueOlive-Roman:  Standard "(501.008)" ExtendedRoman ROM
*Font Apple-Chancery:  Standard "(001.001)" ExtendedRoman ROM
*Font Arial-BoldItalicMT:  Standard "(501.009)" ExtendedRoman ROM
*Font Arial-BoldMT:  Standard "(501.009)" ExtendedRoman ROM
*Font Arial-ItalicMT:  Standard "(501.012)" ExtendedRoman ROM
*Font ArialMT:  Standard "(501.009)" ExtendedRoman ROM
*Font AvantGarde-Book:  Standard "(501.009)" ExtendedRoman ROM
*Font AvantGarde-BookOblique:  Standard "(501.009)" ExtendedRoman ROM
*Font AvantGarde-Demi:  Standard "(501.010)" ExtendedRoman ROM
*Font AvantGarde-DemiOblique:  Standard "(501.010)" ExtendedRoman ROM
*Font Bodoni-Bold:  Standard "(501.006)" ExtendedRoman ROM
*Font Bodoni-BoldItalic:  Standard "(501.007)" ExtendedRoman ROM
*Font Bodoni-Italic:  Standard "(501.007)" ExtendedRoman ROM
*Font Bodoni-Poster:  Standard "(501.009)" ExtendedRoman ROM
*Font Bodoni-PosterCompressed:  Standard "(501.007)" ExtendedRoman ROM
*Font Bodoni:  Standard "(501.008)" ExtendedRoman ROM
*Font Bookman-Demi:  Standard "(501.007)" ExtendedRoman ROM
*Font Bookman-DemiItalic:  Standard "(501.008)" ExtendedRoman ROM
*Font Bookman-Light:  Standard "(501.006)" ExtendedRoman ROM
*Font Bookman-LightItalic:  Standard "(501.007)" ExtendedRoman ROM
*Font Chicago:  Standard "(501.011)" ExtendedRoman ROM
*Font Clarendon-Bold:  Standard "(501.008)" ExtendedRoman ROM
*Font Clarendon-Light:  Standard "(501.009)" ExtendedRoman ROM
*Font Clarendon:  Standard "(501.009)" ExtendedRoman ROM
*Font CooperBlack-Italic:  Standard "(001.003)" Standard ROM
*Font CooperBlack:  Standard "(001.003)" Standard ROM
*Font Copperplate-ThirtyThreeBC:  Standard "(001.002)" Standard ROM
*Font Copperplate-ThirtyTwoBC:  Standard "(001.002)" Standard ROM
*Font Coronet-Regular:  Standard "(001.000)" ExtendedRoman ROM
*Font Courier-Bold:  Standard "(501.010)" ExtendedRoman ROM
*Font Courier-BoldOblique:  Standard "(501.010)" ExtendedRoman ROM
*Font Courier-Oblique:  Standard "(501.010)" ExtendedRoman ROM
*Font Courier:  Standard "(501.010)" ExtendedRoman ROM
*Font Eurostile-Bold:  Standard "(501.008)" ExtendedRoman ROM
*Font Eurostile-BoldExtendedTwo:  Standard "(501.008)" ExtendedRoman ROM
*Font Eurostile-ExtendedTwo:  Standard "(501.010)" ExtendedRoman ROM
*Font Eurostile:  Standard "(501.008)" ExtendedRoman ROM
*Font Geneva:  Standard "(501.007)" ExtendedRoman ROM
*Font GillSans-Bold:  Standard "(501.007)" ExtendedRoman ROM
*Font GillSans-BoldCondensed:  Standard "(501.006)" ExtendedRoman ROM
*Font GillSans-BoldItalic:  Standard "(501.008)" ExtendedRoman ROM
*Font GillSans-Condensed:  Standard "(501.007)" ExtendedRoman ROM
*Font GillSans-ExtraBold:  Standard "(501.008)" ExtendedRoman ROM
*Font GillSans-Italic:  Standard "(501.008)" ExtendedRoman ROM
*Font GillSans-Light:  Standard "(501.009)" ExtendedRoman ROM
*Font GillSans-LightItalic:  Standard "(501.009)" ExtendedRoman ROM
*Font GillSans:  Standard "(501.009)" ExtendedRoman ROM
*Font Goudy-Bold:  Standard "(001.002)" Standard ROM
*Font Goudy-BoldItalic:  Standard "(001.002)" Standard ROM
*Font Goudy-ExtraBold:  Standard "(001.001)" Standard ROM
*Font Goudy-Italic:  Standard "(001.002)" Standard ROM
*Font Goudy:  Standard "(001.003)" Standard ROM
*Font Helvetica-Bold:  Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-BoldOblique:  Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Condensed-Bold:  Standard "(501.009)" ExtendedRoman ROM
*Font Helvetica-Condensed-BoldObl:  Standard "(501.009)" ExtendedRoman ROM
*Font Helvetica-Condensed-Oblique:  Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Condensed:  Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Narrow-Bold:  Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Narrow-BoldOblique:  Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Narrow-Oblique:  Standard "(501.008)" ExtendedRoman ROM
*Font Helvetica-Narrow:  Standard "(501.008)" ExtendedRoman ROM
*Font Helvetica-Oblique:  Standard "(501.008)" ExtendedRoman ROM
*Font Helvetica:  Standard "(501.008)" ExtendedRoman ROM
*Font HoeflerText-Black:  Standard "(501.008)" ExtendedRoman ROM
*Font HoeflerText-BlackItalic:  Standard "(501.009)" ExtendedRoman ROM
*Font HoeflerText-Italic:  Standard "(501.010)" ExtendedRoman ROM
*Font HoeflerText-Ornaments:  Special "(001.001)" Special ROM
*Font HoeflerText-Regular:  Standard "(501.009)" ExtendedRoman ROM
*Font JoannaMT-Bold:  Standard "(501.008)" ExtendedRoman ROM
*Font JoannaMT-BoldItalic:  Standard "(501.008)" ExtendedRoman ROM
*Font JoannaMT-Italic:  Standard "(501.008)" ExtendedRoman ROM
*Font JoannaMT:  Standard "(501.009)" ExtendedRoman ROM
*Font LetterGothic-Bold:  Standard "(501.010)" ExtendedRoman ROM
*Font LetterGothic-BoldSlanted:  Standard "(501.010)" ExtendedRoman ROM
*Font LetterGothic-Slanted:  Standard "(501.010)" ExtendedRoman ROM
*Font LetterGothic:  Standard "(501.009)" ExtendedRoman ROM
*Font LubalinGraph-Book:  Standard "(501.009)" ExtendedRoman ROM
*Font LubalinGraph-BookOblique:  Standard "(501.009)" ExtendedRoman ROM
*Font LubalinGraph-Demi:  Standard "(501.009)" ExtendedRoman ROM
*Font LubalinGraph-DemiOblique:  Standard "(501.009)" ExtendedRoman ROM
*Font Marigold:  Standard "(001.000)" Standard ROM
*Font MonaLisa-Recut:  Standard "(001.000)" Standard ROM
*Font Monaco:  Standard "(501.012)" ExtendedRoman ROM
*Font NewCenturySchlbk-Bold:  Standard "(501.008)" ExtendedRoman ROM
*Font NewCenturySchlbk-BoldItalic:  Standard "(501.009)" ExtendedRoman ROM
*Font NewCenturySchlbk-Italic:  Standard "(501.011)" ExtendedRoman ROM
*Font NewCenturySchlbk-Roman:  Standard "(501.008)" ExtendedRoman ROM
*Font NewYork:  Standard "(501.013)" ExtendedRoman ROM
*Font Optima-Bold:  Standard "(501.008)" ExtendedRoman ROM
*Font Optima-BoldItalic:  Standard "(501.009)" ExtendedRoman ROM
*Font Optima-Italic:  Standard "(501.010)" ExtendedRoman ROM
*Font Optima:  Standard "(501.010)" ExtendedRoman ROM
*Font Oxford:  Standard "(001.000)" Standard ROM
*Font Palatino-Bold:  Standard "(501.008)" ExtendedRoman ROM
*Font Palatino-BoldItalic:  Standard "(501.007)" ExtendedRoman ROM
*Font Palatino-Italic:  Standard "(501.008)" ExtendedRoman ROM
*Font Palatino-Roman:  Standard "(501.006)" ExtendedRoman ROM
*Font StempelGaramond-Bold:  Standard "(501.007)" ExtendedRoman ROM
*Font StempelGaramond-BoldItalic:  Standard "(501.012)" ExtendedRoman ROM
*Font StempelGaramond-Italic:  Standard "(501.009)" ExtendedRoman ROM
*Font StempelGaramond-Roman:  Standard "(501.011)" ExtendedRoman ROM
*Font Symbol:  Special "(001.008)" Special ROM
*Font Times-Bold:  Standard "(501.009)" ExtendedRoman ROM
*Font Times-BoldItalic:  Standard "(501.009)" ExtendedRoman ROM
*Font Times-Italic:  Standard "(501.010)" ExtendedRoman ROM
*Font Times-Roman:  Standard "(501.010)" ExtendedRoman ROM
*Font TimesNewRomanPS-BoldItalicMT:  Standard "(501.011)" ExtendedRoman ROM
*Font TimesNewRomanPS-BoldMT:  Standard "(501.009)" ExtendedRoman ROM
*Font TimesNewRomanPS-ItalicMT:  Standard "(501.011)" ExtendedRoman ROM
*Font TimesNewRomanPSMT:  Standard "(501.010)" ExtendedRoman ROM
*Font Univers-Bold:  Standard "(501.008)" ExtendedRoman ROM
*Font Univers-BoldExt:  Standard "(501.010)" ExtendedRoman ROM
*Font Univers-BoldExtObl:  Standard "(501.010)" ExtendedRoman ROM
*Font Univers-BoldOblique:  Standard "(501.008)" ExtendedRoman ROM
*Font Univers-Condensed:  Standard "(501.011)" ExtendedRoman ROM
*Font Univers-CondensedBold:  Standard "(501.009)" ExtendedRoman ROM
*Font Univers-CondensedBoldOblique:  Standard "(501.009)" ExtendedRoman ROM
*Font Univers-CondensedOblique:  Standard "(501.011)" ExtendedRoman ROM
*Font Univers-Extended:  Standard "(501.009)" ExtendedRoman ROM
*Font Univers-ExtendedObl:  Standard "(501.009)" ExtendedRoman ROM
*Font Univers-Light:  Standard "(501.009)" ExtendedRoman ROM
*Font Univers-LightOblique:  Standard "(501.009)" ExtendedRoman ROM
*Font Univers-Oblique:  Standard "(501.009)" ExtendedRoman ROM
*Font Univers:  Standard "(501.009)" ExtendedRoman ROM
*Font Wingdings-Regular:  Special "(001.001)" Special ROM
*Font ZapfChancery-MediumItalic:  Standard "(002.000)" ExtendedRoman ROM
*Font ZapfDingbats:  Special "(001.005S)" Special ROM

*%
*% === Begin Interpreter Footer Common  ===========
*%

*?FontQuery: "
 save
    { count 1 gt
       { exch dup 127 string cvs (/) print print (:) print
        /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
       } { exit } ifelse
    } bind loop
    (*) = flush
 restore"
*End
*?FontList: "
 save (*) {cvn ==} 128 string /Font resourceforall
 (*) = flush restore"
*End

*%
*% === Begin Emepror Footer Functions  ============
*%

*%
*% === Begin Custom Footer Function  =============
*%

*% === Change Log =============================