Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1307 lines
36 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *GPDFileVersion: "1.00"
  7. *GPDFileName: "CNL930XJ.GPD"
  8. *Include: "STDNAMES.GPD"
  9. *CodePage: 1252
  10. *ModelName: "Canon LBP-930EX LIPS4"
  11. *MasterUnits: PAIR(600, 600)
  12. *ResourceDLL: "cnl4jres.dll"
  13. *PrinterType: PAGE
  14. *PrintRate: 24
  15. *PrintRateUnit: PPM
  16. *MaxCopies: 255
  17. *FontCartSlots: 3
  18. *Feature: Orientation
  19. {
  20. *rcNameID: =ORIENTATION_DISPLAY
  21. *DefaultOption: PORTRAIT
  22. *Option: PORTRAIT
  23. {
  24. *rcNameID: =PORTRAIT_DISPLAY
  25. *Command: CmdSelect
  26. {
  27. *Order: PAGE_SETUP.14
  28. *CallbackID: 2
  29. *% Error: you must check if this command callback requires any parameters!
  30. }
  31. }
  32. *Option: LANDSCAPE_CC90
  33. {
  34. *rcNameID: =LANDSCAPE_DISPLAY
  35. *Command: CmdSelect
  36. {
  37. *Order: PAGE_SETUP.14
  38. *CallbackID: 3
  39. *% Error: you must check if this command callback requires any parameters!
  40. }
  41. }
  42. }
  43. *Feature: InputBin
  44. {
  45. *rcNameID: =PAPER_SOURCE_DISPLAY
  46. *DefaultOption: AUTO
  47. *Option: AUTO
  48. {
  49. *rcNameID: =AUTO_DISPLAY
  50. *Command: CmdSelect
  51. {
  52. *Order: DOC_SETUP.11
  53. *Cmd: "<1B>[0q"
  54. }
  55. }
  56. *Option: Option2
  57. {
  58. *rcNameID: 265
  59. *OptionID: 265
  60. *Command: CmdSelect
  61. {
  62. *Order: DOC_SETUP.11
  63. *Cmd: "<1B>[1q"
  64. }
  65. }
  66. *Option: Option3
  67. {
  68. *rcNameID: 263
  69. *OptionID: 263
  70. *Command: CmdSelect
  71. {
  72. *Order: DOC_SETUP.11
  73. *Cmd: "<1B>[11q"
  74. }
  75. }
  76. *Option: Option4
  77. {
  78. *rcNameID: 264
  79. *OptionID: 264
  80. *Command: CmdSelect
  81. {
  82. *Order: DOC_SETUP.11
  83. *Cmd: "<1B>[13q"
  84. }
  85. }
  86. }
  87. *Feature: Resolution
  88. {
  89. *rcNameID: =RESOLUTION_DISPLAY
  90. *DefaultOption: Option1
  91. *Option: Option1
  92. {
  93. *Name: "600 x 600 dots per inch"
  94. *DPI: PAIR(600, 600)
  95. *TextDPI: PAIR(600, 600)
  96. *MinStripBlankPixels: 32
  97. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  98. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  99. *SpotDiameter: 100
  100. *Command: CmdSendBlockData
  101. {
  102. *CallbackID: 7
  103. *Params: LIST(NumOfDataBytes, RasterDataHeightInPixels, RasterDataWidthInBytes)
  104. }
  105. *Command: CmdSelect
  106. {
  107. *Order: JOB_SETUP.1
  108. *CallbackID: 8
  109. *% Error: you must check if this command callback requires any parameters!
  110. }
  111. }
  112. *Option: Option2
  113. {
  114. *Name: "300 x 300 dots per inch"
  115. *DPI: PAIR(300, 300)
  116. *TextDPI: PAIR(300, 300)
  117. *MinStripBlankPixels: 32
  118. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  119. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  120. *SpotDiameter: 100
  121. *Command: CmdSendBlockData
  122. {
  123. *CallbackID: 7
  124. *Params: LIST(NumOfDataBytes, RasterDataHeightInPixels, RasterDataWidthInBytes)
  125. }
  126. *Command: CmdSelect
  127. {
  128. *Order: JOB_SETUP.1
  129. *CallbackID: 9
  130. *% Error: you must check if this command callback requires any parameters!
  131. }
  132. }
  133. }
  134. *Feature: PaperSize
  135. {
  136. *rcNameID: =PAPER_SIZE_DISPLAY
  137. *DefaultOption: A4
  138. *Option: A3
  139. {
  140. *rcNameID: =A3_DISPLAY
  141. *switch: Orientation
  142. {
  143. *case: PORTRAIT
  144. {
  145. *PrintableArea: PAIR(6772, 9684)
  146. *PrintableOrigin: PAIR(120, 120)
  147. *CursorOrigin: PAIR(120, 120)
  148. *Command: CmdSelect
  149. {
  150. *Order: DOC_SETUP.2
  151. *CallbackID: 42
  152. }
  153. }
  154. *case: LANDSCAPE_CC90
  155. {
  156. *PrintableArea: PAIR(6772, 9684)
  157. *PrintableOrigin: PAIR(120, 120)
  158. *CursorOrigin: PAIR(120, 9804)
  159. *Command: CmdSelect
  160. {
  161. *Order: DOC_SETUP.2
  162. *CallbackID: 43
  163. }
  164. }
  165. }
  166. }
  167. *Option: A4
  168. {
  169. *rcNameID: =A4_DISPLAY
  170. *switch: Orientation
  171. {
  172. *case: PORTRAIT
  173. {
  174. *PrintableArea: PAIR(4720, 6774)
  175. *PrintableOrigin: PAIR(120, 120)
  176. *CursorOrigin: PAIR(120, 120)
  177. *Command: CmdSelect
  178. {
  179. *Order: DOC_SETUP.2
  180. *CallbackID: 44
  181. }
  182. }
  183. *case: LANDSCAPE_CC90
  184. {
  185. *PrintableArea: PAIR(4720, 6774)
  186. *PrintableOrigin: PAIR(120, 120)
  187. *CursorOrigin: PAIR(120, 6894)
  188. *Command: CmdSelect
  189. {
  190. *Order: DOC_SETUP.2
  191. *CallbackID: 45
  192. }
  193. }
  194. }
  195. }
  196. *Option: A5
  197. {
  198. *rcNameID: =A5_DISPLAY
  199. *switch: Orientation
  200. {
  201. *case: PORTRAIT
  202. {
  203. *PrintableArea: PAIR(3256, 4722)
  204. *PrintableOrigin: PAIR(120, 120)
  205. *CursorOrigin: PAIR(120, 120)
  206. *Command: CmdSelect
  207. {
  208. *Order: DOC_SETUP.2
  209. *CallbackID: 46
  210. }
  211. }
  212. *case: LANDSCAPE_CC90
  213. {
  214. *PrintableArea: PAIR(3256, 4722)
  215. *PrintableOrigin: PAIR(120, 120)
  216. *CursorOrigin: PAIR(120, 4842)
  217. *Command: CmdSelect
  218. {
  219. *Order: DOC_SETUP.2
  220. *CallbackID: 47
  221. }
  222. }
  223. }
  224. }
  225. *Option: B6_JIS
  226. {
  227. *rcNameID: =B6_JIS_DISPLAY
  228. *switch: Orientation
  229. {
  230. *case: PORTRAIT
  231. {
  232. *PrintableArea: PAIR(2776, 4056)
  233. *PrintableOrigin: PAIR(120, 120)
  234. *CursorOrigin: PAIR(120, 120)
  235. *Command: CmdSelect
  236. {
  237. *Order: DOC_SETUP.2
  238. *CallbackID: 54
  239. }
  240. }
  241. *case: LANDSCAPE_CC90
  242. {
  243. *PrintableArea: PAIR(2776, 4056)
  244. *PrintableOrigin: PAIR(120, 120)
  245. *CursorOrigin: PAIR(120, 4176)
  246. *Command: CmdSelect
  247. {
  248. *Order: DOC_SETUP.2
  249. *CallbackID: 55
  250. }
  251. }
  252. }
  253. }
  254. *Option: B5
  255. {
  256. *rcNameID: =B5_DISPLAY
  257. *switch: Orientation
  258. {
  259. *case: PORTRAIT
  260. {
  261. *PrintableArea: PAIR(4060, 5832)
  262. *PrintableOrigin: PAIR(120, 120)
  263. *CursorOrigin: PAIR(120, 120)
  264. *Command: CmdSelect
  265. {
  266. *Order: DOC_SETUP.2
  267. *CallbackID: 52
  268. }
  269. }
  270. *case: LANDSCAPE_CC90
  271. {
  272. *PrintableArea: PAIR(4060, 5832)
  273. *PrintableOrigin: PAIR(120, 120)
  274. *CursorOrigin: PAIR(120, 5952)
  275. *Command: CmdSelect
  276. {
  277. *Order: DOC_SETUP.2
  278. *CallbackID: 53
  279. }
  280. }
  281. }
  282. }
  283. *Option: B4
  284. {
  285. *rcNameID: =B4_DISPLAY
  286. *switch: Orientation
  287. {
  288. *case: PORTRAIT
  289. {
  290. *PrintableArea: PAIR(5830, 8358)
  291. *PrintableOrigin: PAIR(120, 120)
  292. *CursorOrigin: PAIR(120, 120)
  293. *Command: CmdSelect
  294. {
  295. *Order: DOC_SETUP.2
  296. *CallbackID: 50
  297. }
  298. }
  299. *case: LANDSCAPE_CC90
  300. {
  301. *PrintableArea: PAIR(5830, 8358)
  302. *PrintableOrigin: PAIR(120, 120)
  303. *CursorOrigin: PAIR(120, 8478)
  304. *Command: CmdSelect
  305. {
  306. *Order: DOC_SETUP.2
  307. *CallbackID: 51
  308. }
  309. }
  310. }
  311. }
  312. *Option: LETTER
  313. {
  314. *rcNameID: =LETTER_DISPLAY
  315. *switch: Orientation
  316. {
  317. *case: PORTRAIT
  318. {
  319. *PrintableArea: PAIR(4858, 6360)
  320. *PrintableOrigin: PAIR(120, 120)
  321. *CursorOrigin: PAIR(120, 120)
  322. *Command: CmdSelect
  323. {
  324. *Order: DOC_SETUP.2
  325. *CallbackID: 56
  326. }
  327. }
  328. *case: LANDSCAPE_CC90
  329. {
  330. *PrintableArea: PAIR(4858, 6360)
  331. *PrintableOrigin: PAIR(120, 120)
  332. *CursorOrigin: PAIR(120, 6480)
  333. *Command: CmdSelect
  334. {
  335. *Order: DOC_SETUP.2
  336. *CallbackID: 57
  337. }
  338. }
  339. }
  340. }
  341. *Option: LEGAL
  342. {
  343. *rcNameID: =LEGAL_DISPLAY
  344. *switch: Orientation
  345. {
  346. *case: PORTRAIT
  347. {
  348. *PrintableArea: PAIR(4858, 8160)
  349. *PrintableOrigin: PAIR(120, 120)
  350. *CursorOrigin: PAIR(120, 120)
  351. *Command: CmdSelect
  352. {
  353. *Order: DOC_SETUP.2
  354. *CallbackID: 58
  355. }
  356. }
  357. *case: LANDSCAPE_CC90
  358. {
  359. *PrintableArea: PAIR(4858, 8160)
  360. *PrintableOrigin: PAIR(120, 120)
  361. *CursorOrigin: PAIR(120, 8280)
  362. *Command: CmdSelect
  363. {
  364. *Order: DOC_SETUP.2
  365. *CallbackID: 59
  366. }
  367. }
  368. }
  369. }
  370. *Option: TABLOID
  371. {
  372. *rcNameID: =TABLOID_DISPLAY
  373. *switch: Orientation
  374. {
  375. *case: PORTRAIT
  376. {
  377. *PrintableArea: PAIR(6358, 9960)
  378. *PrintableOrigin: PAIR(120, 120)
  379. *CursorOrigin: PAIR(120, 120)
  380. *Command: CmdSelect
  381. {
  382. *Order: DOC_SETUP.2
  383. *CallbackID: 60
  384. }
  385. }
  386. *case: LANDSCAPE_CC90
  387. {
  388. *PrintableArea: PAIR(6358, 9960)
  389. *PrintableOrigin: PAIR(120, 120)
  390. *CursorOrigin: PAIR(120, 10080)
  391. *Command: CmdSelect
  392. {
  393. *Order: DOC_SETUP.2
  394. *CallbackID: 61
  395. }
  396. }
  397. }
  398. }
  399. *Option: EXECUTIVE
  400. {
  401. *rcNameID: =EXECUTIVE_DISPLAY
  402. *switch: Orientation
  403. {
  404. *case: PORTRAIT
  405. {
  406. *PrintableArea: PAIR(4108, 6060)
  407. *PrintableOrigin: PAIR(120, 120)
  408. *CursorOrigin: PAIR(120, 120)
  409. *Command: CmdSelect
  410. {
  411. *Order: DOC_SETUP.2
  412. *CallbackID: 62
  413. }
  414. }
  415. *case: LANDSCAPE_CC90
  416. {
  417. *PrintableArea: PAIR(4108, 6060)
  418. *PrintableOrigin: PAIR(120, 120)
  419. *CursorOrigin: PAIR(120, 6180)
  420. *Command: CmdSelect
  421. {
  422. *Order: DOC_SETUP.2
  423. *CallbackID: 63
  424. }
  425. }
  426. }
  427. }
  428. *Option: JENV_YOU4
  429. {
  430. *rcNameID: =JENV_YOU4_DISPLAY
  431. *switch: Orientation
  432. {
  433. *case: PORTRAIT
  434. {
  435. *PrintableArea: PAIR(1994, 5070)
  436. *PrintableOrigin: PAIR(240, 240)
  437. *CursorOrigin: PAIR(240, 240)
  438. *Command: CmdSelect
  439. {
  440. *Order: DOC_SETUP.2
  441. *CallbackID: 64
  442. }
  443. }
  444. *case: LANDSCAPE_CC90
  445. {
  446. *PrintableArea: PAIR(1994, 5070)
  447. *PrintableOrigin: PAIR(240, 240)
  448. *CursorOrigin: PAIR(240, 5310)
  449. *Command: CmdSelect
  450. {
  451. *Order: DOC_SETUP.2
  452. *CallbackID: 65
  453. }
  454. }
  455. }
  456. }
  457. *Option: JAPANESE_POSTCARD
  458. {
  459. *rcNameID: =JAPANESE_POSTCARD_DISPLAY
  460. *switch: Orientation
  461. {
  462. *case: PORTRAIT
  463. {
  464. *PrintableArea: PAIR(2122, 3258)
  465. *PrintableOrigin: PAIR(120, 120)
  466. *CursorOrigin: PAIR(120, 120)
  467. *Command: CmdSelect
  468. {
  469. *Order: DOC_SETUP.2
  470. *CallbackID: 48
  471. }
  472. }
  473. *case: LANDSCAPE_CC90
  474. {
  475. *PrintableArea: PAIR(2122, 3258)
  476. *PrintableOrigin: PAIR(120, 120)
  477. *CursorOrigin: PAIR(120, 3378)
  478. *Command: CmdSelect
  479. {
  480. *Order: DOC_SETUP.2
  481. *CallbackID: 49
  482. }
  483. }
  484. }
  485. }
  486. *Option: CUSTOMSIZE
  487. {
  488. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  489. *MinSize: PAIR(2360, 2360)
  490. *MaxSize: PAIR(7014, 10200)
  491. *MaxPrintableWidth: 7014
  492. *MinLeftMargin: 120
  493. *CenterPrintable?: FALSE
  494. *switch: Orientation
  495. {
  496. *case: PORTRAIT
  497. {
  498. *CustCursorOriginX: %d{120}
  499. *CustCursorOriginY: %d{120}
  500. *CustPrintableOriginX: %d{120}
  501. *CustPrintableOriginY: %d{120}
  502. *CustPrintableSizeX: %d{PhysPaperWidth - 240}
  503. *CustPrintableSizeY: %d{PhysPaperLength - 240}
  504. *Command: CmdSelect
  505. {
  506. *Order: DOC_SETUP.2
  507. *CallbackID: 40
  508. *Params: LIST(PhysPaperWidth, PhysPaperLength)
  509. }
  510. }
  511. *case: LANDSCAPE_CC90
  512. {
  513. *CustCursorOriginX: %d{120}
  514. *CustCursorOriginY: %d{PhysPaperLength - 120}
  515. *CustPrintableOriginX: %d{120}
  516. *CustPrintableOriginY: %d{120}
  517. *CustPrintableSizeX: %d{PhysPaperWidth - 240}
  518. *CustPrintableSizeY: %d{PhysPaperLength - 240}
  519. *Command: CmdSelect
  520. {
  521. *Order: DOC_SETUP.2
  522. *CallbackID: 41
  523. *Params: LIST(PhysPaperWidth, PhysPaperLength)
  524. }
  525. }
  526. }
  527. }
  528. }
  529. *Feature: PrintQuality
  530. {
  531. *rcNameID: =TEXT_QUALITY_DISPLAY
  532. *DefaultOption: Option1
  533. *Option: Option1
  534. {
  535. *rcNameID: 267
  536. }
  537. *Option: Option2
  538. {
  539. *rcNameID: 268
  540. *Command: CmdSelect
  541. {
  542. *Order: JOB_SETUP.3
  543. *CallbackID: 72
  544. *% Error: you must check if this command callback requires any parameters!
  545. }
  546. }
  547. *Option: Option3
  548. {
  549. *rcNameID: 269
  550. *Command: CmdSelect
  551. {
  552. *Order: JOB_SETUP.3
  553. *CallbackID: 73
  554. *% Error: you must check if this command callback requires any parameters!
  555. }
  556. }
  557. }
  558. *Feature: ImageControl
  559. {
  560. *rcNameID: =IMAGECONTROL_DISPLAY
  561. *DefaultOption: Option1
  562. *Option: Option1
  563. {
  564. *rcNameID: 278
  565. }
  566. *Option: Option2
  567. {
  568. *rcNameID: 279
  569. *Command: CmdSelect
  570. {
  571. *Order: JOB_SETUP.4
  572. *CallbackID: 76
  573. *% Error: you must check if this command callback requires any parameters!
  574. }
  575. }
  576. *Option: Option3
  577. {
  578. *rcNameID: 280
  579. *Command: CmdSelect
  580. {
  581. *Order: JOB_SETUP.4
  582. *CallbackID: 77
  583. *% Error: you must check if this command callback requires any parameters!
  584. }
  585. }
  586. }
  587. *Feature: PrintDensity
  588. {
  589. *rcNameID: =PRINTDENSITY_DISPLAY
  590. *DefaultOption: Option1
  591. *Option: Option1
  592. {
  593. *rcNameID: 281
  594. }
  595. *Option: Option2
  596. {
  597. *rcNameID: 282
  598. *Command: CmdSelect
  599. {
  600. *Order: JOB_SETUP.5
  601. *CallbackID: 74
  602. *% Error: you must check if this command callback requires any parameters!
  603. }
  604. }
  605. *Option: Option3
  606. {
  607. *rcNameID: 283
  608. *Command: CmdSelect
  609. {
  610. *Order: JOB_SETUP.5
  611. *CallbackID: 75
  612. *% Error: you must check if this command callback requires any parameters!
  613. }
  614. }
  615. }
  616. *Feature: Halftone
  617. {
  618. *rcNameID: =HALFTONING_DISPLAY
  619. *DefaultOption: HT_PATSIZE_AUTO
  620. *Option: HT_PATSIZE_AUTO
  621. {
  622. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  623. }
  624. *Option: HT_PATSIZE_SUPERCELL_M
  625. {
  626. *rcNameID: =HT_SUPERCELL_DISPLAY
  627. }
  628. *Option: HT_PATSIZE_6x6_M
  629. {
  630. *rcNameID: =HT_DITHER6X6_DISPLAY
  631. }
  632. *Option: HT_PATSIZE_8x8_M
  633. {
  634. *rcNameID: =HT_DITHER8X8_DISPLAY
  635. }
  636. }
  637. *Feature: Memory
  638. {
  639. *rcNameID: =PRINTER_MEMORY_DISPLAY
  640. *DefaultOption: 8192KB
  641. *Option: 8192KB
  642. {
  643. *Name: "8MB"
  644. *MemoryConfigKB: PAIR(8192, 7168)
  645. }
  646. *Option: 12288KB
  647. {
  648. *Name: "12MB"
  649. *MemoryConfigKB: PAIR(12288, 8192)
  650. }
  651. *Option: 16384KB
  652. {
  653. *Name: "16MB"
  654. *MemoryConfigKB: PAIR(16384, 13312)
  655. }
  656. *Option: 20480KB
  657. {
  658. *Name: "20MB"
  659. *MemoryConfigKB: PAIR(20480, 17408)
  660. }
  661. *Option: 24576KB
  662. {
  663. *Name: "24MB"
  664. *MemoryConfigKB: PAIR(24576, 21504)
  665. }
  666. *Option: 28672KB
  667. {
  668. *Name: "28MB"
  669. *MemoryConfigKB: PAIR(28672, 25600)
  670. }
  671. *Option: 36864KB
  672. {
  673. *Name: "36MB"
  674. *MemoryConfigKB: PAIR(36864, 33792)
  675. }
  676. *Option: 40960KB
  677. {
  678. *Name: "40MB"
  679. *MemoryConfigKB: PAIR(40960, 37888)
  680. }
  681. }
  682. *Feature: DuplexUnit
  683. {
  684. *FeatureType: PRINTER_PROPERTY
  685. *rcNameID: 292
  686. *DefaultOption: NotInstalled
  687. *Option: NotInstalled
  688. {
  689. *rcNameID: 291
  690. *DisabledFeatures: LIST(Duplex)
  691. *Constraints: LIST(Duplex.VERTICAL, Duplex.HORIZONTAL)
  692. }
  693. *Option: Installed
  694. {
  695. *rcNameID: 290
  696. }
  697. }
  698. *Feature: Duplex
  699. {
  700. *rcNameID: =TWO_SIDED_PRINTING_DISPLAY
  701. *DefaultOption: NONE
  702. *Option: NONE
  703. {
  704. *rcNameID: =NONE_DISPLAY
  705. }
  706. *Option: VERTICAL
  707. {
  708. *rcNameID: =FLIP_ON_LONG_EDGE_DISPLAY
  709. *Command: CmdSelect
  710. {
  711. *Order: DOC_SETUP.8
  712. *CallbackID: 14
  713. *% Error: you must check if this command callback requires any parameters!
  714. }
  715. }
  716. *Option: HORIZONTAL
  717. {
  718. *rcNameID: =FLIP_ON_SHORT_EDGE_DISPLAY
  719. *Command: CmdSelect
  720. {
  721. *Order: DOC_SETUP.8
  722. *CallbackID: 19
  723. *% Error: you must check if this command callback requires any parameters!
  724. }
  725. }
  726. }
  727. *Command: CmdStartJob
  728. {
  729. *Order: JOB_SETUP.9
  730. *CallbackID: 100
  731. *% Error: you must check if this command callback requires any parameters!
  732. }
  733. *Command: CmdStartDoc
  734. {
  735. *Order: DOC_SETUP.9
  736. *CallbackID: 130
  737. }
  738. *Command: CmdStartPage
  739. {
  740. *Order: PAGE_SETUP.1
  741. *CallbackID: 6
  742. *% Error: you must check if this command callback requires any parameters!
  743. }
  744. *Command: CmdEndJob
  745. {
  746. *Order: JOB_FINISH.1
  747. *CallbackID: 99
  748. *% Error: you must check if this command callback requires any parameters!
  749. }
  750. *Command: CmdEndPage
  751. {
  752. *Order: PAGE_FINISH.1
  753. *CallbackID: 5
  754. *% Error: you must check if this command callback requires any parameters!
  755. }
  756. *Command: CmdCopies
  757. {
  758. *Order: PAGE_SETUP.13
  759. *Cmd: "<1B>[" %d[1,255]{NumOfCopies }"v"
  760. }
  761. *RotateCoordinate?: TRUE
  762. *RotateRaster?: TRUE
  763. *RotateFont?: TRUE
  764. *TextCaps: LIST(TC_OP_CHARACTER,TC_CR_90,TC_CR_ANY,TC_SF_X_YINDEP,TC_SA_INTEGER,TC_SA_CONTIN,TC_EA_DOUBLE,TC_IA_ABLE)
  765. *MemoryUsage: LIST(FONT)
  766. *CursorXAfterCR: AT_PRINTABLE_X_ORIGIN
  767. *XMoveThreshold: 0
  768. *YMoveThreshold: 0
  769. *XMoveUnit: 600
  770. *YMoveUnit: 600
  771. *Command: CmdXMoveAbsolute
  772. {
  773. *CallbackID: 15
  774. *Params: LIST(DestX)
  775. }
  776. *Command: CmdXMoveRelRight
  777. {
  778. *CallbackID: 36
  779. *Params: LIST(DestXRel)
  780. }
  781. *Command: CmdYMoveAbsolute
  782. {
  783. *CallbackID: 16
  784. *Params: LIST(DestY)
  785. }
  786. *Command: CmdYMoveRelDown
  787. {
  788. *CallbackID: 37
  789. *Params: LIST(DestYRel)
  790. }
  791. *Command: CmdCR { *CallbackID: 18 }
  792. *Command: CmdSetSimpleRotation
  793. {
  794. *CallbackID: 4
  795. *Params: LIST(PrintDirInCCDegrees)
  796. }
  797. *EjectPageWithFF?: TRUE
  798. *Command: CmdEnableFE_RLE { *CallbackID: 11 }
  799. *Command: CmdDisableCompression { *CallbackID: 12 }
  800. *Command: CmdEnableTIFF4 { *CallbackID: 103 }
  801. *OutputDataFormat: H_BYTE
  802. *OptimizeLeftBound?: TRUE
  803. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  804. *CursorYAfterSendBlockData: NO_MOVE
  805. *DefaultFont: 40
  806. *DefaultCTT: 0
  807. *CharPosition: BASELINE
  808. *DeviceFonts: LIST(1,2,3,4,5,6,7,8,9,40,41,42,43,44,45,60,
  809. + 61,62,63,64,65,66,67,68,69,70,71)
  810. *FontCartridge: FC1
  811. {
  812. *rcCartridgeNameID: 293
  813. *Fonts: LIST(10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,
  814. + 26,27,28,29,30,31)
  815. }
  816. *FontCartridge: FC2
  817. {
  818. *rcCartridgeNameID: 294
  819. *Fonts: LIST(46,47)
  820. }
  821. *FontCartridge: FC3
  822. {
  823. *rcCartridgeNameID: 295
  824. *Fonts: LIST(48,49)
  825. }
  826. *FontCartridge: FC4
  827. {
  828. *rcCartridgeNameID: 296
  829. *Fonts: LIST(54,55)
  830. }
  831. *% *MinFontID: 0
  832. *% *MaxFontID: 100
  833. *% *MaxNumDownFonts: 0
  834. *% *FontFormat: OEM_CALLBACK
  835. *Command: CmdBoldOn { *CallbackID: 20 }
  836. *Command: CmdBoldOff { *CallbackID: 21 }
  837. *Command: CmdItalicOn { *CallbackID: 22 }
  838. *Command: CmdItalicOff { *CallbackID: 23 }
  839. *Command: CmdWhiteTextOn { *CallbackID: 30 }
  840. *Command: CmdWhiteTextOff { *CallbackID: 31 }
  841. *Command: CmdSelectSingleByteMode { *CallbackID: 32 }
  842. *Command: CmdSelectDoubleByteMode { *CallbackID: 33 }
  843. *Command: CmdVerticalPrintingOn { *CallbackID: 34 }
  844. *Command: CmdVerticalPrintingOff { *CallbackID: 35 }
  845. *Command: CmdLF { *Cmd : "<0A>" }
  846. *Command: CmdFF { *Cmd : "" }
  847. *ReselectFont: LIST(AFTER_FF)
  848. *TTFS: Arial
  849. {
  850. *rcTTFontNameID: 501
  851. *rcDevFontNameID: 502
  852. }
  853. *TTFS: Symbol
  854. {
  855. *rcTTFontNameID: 503
  856. *rcDevFontNameID: 504
  857. }
  858. *TTFS: TimesNewRoman
  859. {
  860. *rcTTFontNameID: 505
  861. *rcDevFontNameID: 506
  862. }
  863. *TTFS: CourierNew
  864. {
  865. *rcTTFontNameID: 507
  866. *rcDevFontNameID: 525
  867. }
  868. *TTFS: MSMincho
  869. {
  870. *rcTTFontNameID: 509
  871. *rcDevFontNameID: 510
  872. }
  873. *TTFS: MSMinchoV
  874. {
  875. *rcTTFontNameID: 511
  876. *rcDevFontNameID: 512
  877. }
  878. *TTFS: MSGothic
  879. {
  880. *rcTTFontNameID: 513
  881. *rcDevFontNameID: 514
  882. }
  883. *TTFS: MSGothicV
  884. {
  885. *rcTTFontNameID: 515
  886. *rcDevFontNameID: 516
  887. }
  888. *TTFS: MSPMincho
  889. {
  890. *rcTTFontNameID: 517
  891. *rcDevFontNameID: 518
  892. }
  893. *TTFS: MSPMinchoV
  894. {
  895. *rcTTFontNameID: 519
  896. *rcDevFontNameID: 520
  897. }
  898. *TTFS: MSPGothic
  899. {
  900. *rcTTFontNameID: 521
  901. *rcDevFontNameID: 522
  902. }
  903. *TTFS: MSPGothicV
  904. {
  905. *rcTTFontNameID: 523
  906. *rcDevFontNameID: 524
  907. }
  908. *TTFS: MSMincho_E
  909. {
  910. *rcTTFontNameID: 540
  911. *rcDevFontNameID: 510
  912. }
  913. *TTFS: MSMinchoV_E
  914. {
  915. *rcTTFontNameID: 541
  916. *rcDevFontNameID: 512
  917. }
  918. *TTFS: MSGothic_E
  919. {
  920. *rcTTFontNameID: 542
  921. *rcDevFontNameID: 514
  922. }
  923. *TTFS: MSGothicV_E
  924. {
  925. *rcTTFontNameID: 543
  926. *rcDevFontNameID: 516
  927. }
  928. *TTFS: MSPMincho_E
  929. {
  930. *rcTTFontNameID: 544
  931. *rcDevFontNameID: 518
  932. }
  933. *TTFS: MSPMinchoV_E
  934. {
  935. *rcTTFontNameID: 545
  936. *rcDevFontNameID: 520
  937. }
  938. *TTFS: MSPGothic_E
  939. {
  940. *rcTTFontNameID: 546
  941. *rcDevFontNameID: 522
  942. }
  943. *TTFS: MSPGothicV_E
  944. {
  945. *rcTTFontNameID: 547
  946. *rcDevFontNameID: 524
  947. }
  948. *TTFSEnabled?: TRUE
  949. *% RectFill feature
  950. *% *Feature: ScanForRules
  951. *% {
  952. *% *rcNameID: 297
  953. *% *FeatureType: DOC_PROPERTY
  954. *% *DefaultOption: Enabled
  955. *% *Option: Disabled
  956. *% {
  957. *% *rcNameID: 291
  958. *% }
  959. *% *Option: Enabled
  960. *% {
  961. *% *rcNameID: 290
  962. *Command: CmdSetRectWidth
  963. {
  964. *CallbackID: 401
  965. *Params: LIST(RectXSize)
  966. }
  967. *Command: CmdSetRectHeight
  968. {
  969. *CallbackID: 402
  970. *Params: LIST(RectYSize)
  971. }
  972. *Command: CmdRectWhiteFill { *CallbackID: 403 }
  973. *% *Command: CmdRectBlackFill { *CallbackID: 404 }
  974. *% }
  975. *% }
  976. *MinGrayFill: 0
  977. *MaxGrayFill: 0
  978. *% Staple Stacker
  979. *Feature: StackerUnit
  980. {
  981. *FeatureType: PRINTER_PROPERTY
  982. *rcNameID: 299
  983. *DefaultOption: Not_Installed
  984. *Option: Not_Installed
  985. {
  986. *rcNameID: 291
  987. *DisabledFeatures: LIST(OutputBin, Stapling, StaplePosition)
  988. *Constraints: LIST(OutputBin.Auto, OutputBin.Bin1,
  989. + OutputBin.Bin2, OutputBin.Bin3)
  990. *Constraints: LIST(Stapling.JobOffset, Stapling.Staple,
  991. + Stapling.FaceUp)
  992. *Constraints: LIST(StaplePosition.TOPLEFT, StaplePosition.TOPCENTER,
  993. + StaplePosition.TOPRIGHT, StaplePosition.MIDLEFT,
  994. + StaplePosition.MIDRIGHT, StaplePosition.BOTLEFT,
  995. + StaplePosition.BOTCENTER, StaplePosition.BOTRIGHT)
  996. }
  997. *Option: Installed
  998. {
  999. *rcNameID: 290
  1000. }
  1001. }
  1002. *Feature: OutputBin
  1003. {
  1004. *FeatureType: DOC_PROPERTY
  1005. *rcNameID: 300
  1006. *DefaultOption: NONE
  1007. *Option: NONE
  1008. {
  1009. *rcNameID: =NONE_DISPLAY
  1010. }
  1011. *Option: Auto
  1012. {
  1013. *rcNameID: 286
  1014. *Command: CmdSelect
  1015. {
  1016. *Order: DOC_SETUP.12
  1017. *CallbackID: 410
  1018. }
  1019. }
  1020. *Option: Bin1
  1021. {
  1022. *rcNameID: 381
  1023. *Command: CmdSelect
  1024. {
  1025. *Order: DOC_SETUP.12
  1026. *CallbackID: 411
  1027. }
  1028. }
  1029. *Option: Bin2
  1030. {
  1031. *rcNameID: 382
  1032. *Command: CmdSelect
  1033. {
  1034. *Order: DOC_SETUP.12
  1035. *CallbackID: 412
  1036. }
  1037. }
  1038. *Option: Bin3
  1039. {
  1040. *rcNameID: 383
  1041. *Command: CmdSelect
  1042. {
  1043. *Order: DOC_SETUP.12
  1044. *CallbackID: 413
  1045. }
  1046. }
  1047. }
  1048. *Feature: Stapling
  1049. {
  1050. *rcNameID: 304
  1051. *DefaultOption: NONE
  1052. *Option: NONE
  1053. {
  1054. *rcNameID: =NONE_DISPLAY
  1055. *DisabledFeatures: LIST(StaplePosition)
  1056. *Constraints: LIST(StaplePosition.TOPLEFT, StaplePosition.TOPCENTER,
  1057. + StaplePosition.TOPRIGHT, StaplePosition.MIDLEFT,
  1058. + StaplePosition.MIDRIGHT, StaplePosition.BOTLEFT,
  1059. + StaplePosition.BOTCENTER, StaplePosition.BOTRIGHT)
  1060. }
  1061. *Option: JobOffset
  1062. {
  1063. *rcNameID: 305
  1064. *DisabledFeatures: LIST(StaplePosition)
  1065. *Constraints: LIST(StaplePosition.TOPLEFT, StaplePosition.TOPCENTER,
  1066. + StaplePosition.TOPRIGHT, StaplePosition.MIDLEFT,
  1067. + StaplePosition.MIDRIGHT, StaplePosition.BOTLEFT,
  1068. + StaplePosition.BOTCENTER, StaplePosition.BOTRIGHT)
  1069. *Command: CmdSelect
  1070. {
  1071. *Order: JOB_SETUP.6
  1072. *CallbackID: 470
  1073. }
  1074. }
  1075. *Option: Staple
  1076. {
  1077. *rcNameID: 306
  1078. *Command: CmdSelect
  1079. {
  1080. *Order: JOB_SETUP.6
  1081. *CallbackID: 471
  1082. }
  1083. }
  1084. *Option: FaceUp
  1085. {
  1086. *rcNameID: 307
  1087. *DisabledFeatures: LIST(StaplePosition)
  1088. *Constraints: LIST(StaplePosition.TOPLEFT, StaplePosition.TOPCENTER,
  1089. + StaplePosition.TOPRIGHT, StaplePosition.MIDLEFT,
  1090. + StaplePosition.MIDRIGHT, StaplePosition.BOTLEFT,
  1091. + StaplePosition.BOTCENTER, StaplePosition.BOTRIGHT)
  1092. *Command: CmdSelect
  1093. {
  1094. *Order: JOB_SETUP.6
  1095. *CallbackID: 472
  1096. }
  1097. }
  1098. }
  1099. *Feature: StaplePosition
  1100. {
  1101. *rcNameID: 308
  1102. *DefaultOption: NONE
  1103. *Option: NONE
  1104. {
  1105. *rcNameID: =NONE_DISPLAY
  1106. }
  1107. *Option: TOPLEFT
  1108. {
  1109. *rcNameID: 309
  1110. *Command: CmdSelect
  1111. {
  1112. *Order: JOB_SETUP.7
  1113. *CallbackID: 430
  1114. }
  1115. }
  1116. *Option: TOPCENTER
  1117. {
  1118. *rcNameID: 310
  1119. *Command: CmdSelect
  1120. {
  1121. *Order: JOB_SETUP.7
  1122. *CallbackID: 431
  1123. }
  1124. }
  1125. *Option: TOPRIGHT
  1126. {
  1127. *rcNameID: 311
  1128. *Command: CmdSelect
  1129. {
  1130. *Order: JOB_SETUP.7
  1131. *CallbackID: 432
  1132. }
  1133. }
  1134. *Option: MIDLEFT
  1135. {
  1136. *rcNameID: 312
  1137. *Command: CmdSelect
  1138. {
  1139. *Order: JOB_SETUP.7
  1140. *CallbackID: 433
  1141. }
  1142. }
  1143. *Option: MIDRIGHT
  1144. {
  1145. *rcNameID: 314
  1146. *Command: CmdSelect
  1147. {
  1148. *Order: JOB_SETUP.7
  1149. *CallbackID: 435
  1150. }
  1151. }
  1152. *Option: BOTLEFT
  1153. {
  1154. *rcNameID: 315
  1155. *Command: CmdSelect
  1156. {
  1157. *Order: JOB_SETUP.7
  1158. *CallbackID: 436
  1159. }
  1160. }
  1161. *Option: BOTCENTER
  1162. {
  1163. *rcNameID: 316
  1164. *Command: CmdSelect
  1165. {
  1166. *Order: JOB_SETUP.7
  1167. *CallbackID: 437
  1168. }
  1169. }
  1170. *Option: BOTRIGHT
  1171. {
  1172. *rcNameID: 317
  1173. *Command: CmdSelect
  1174. {
  1175. *Order: JOB_SETUP.7
  1176. *CallbackID: 438
  1177. }
  1178. }
  1179. }
  1180. *InvalidCombination: LIST(PaperSize.A3, StaplePosition.MIDLEFT)
  1181. *InvalidCombination: LIST(PaperSize.A3, StaplePosition.MIDRIGHT)
  1182. *InvalidCombination: LIST(PaperSize.A3, StaplePosition.BOTLEFT)
  1183. *InvalidCombination: LIST(PaperSize.A3, StaplePosition.BOTCENTER)
  1184. *InvalidCombination: LIST(PaperSize.A3, StaplePosition.BOTRIGHT)
  1185. *InvalidCombination: LIST(PaperSize.A4, StaplePosition.TOPCENTER)
  1186. *InvalidCombination: LIST(PaperSize.A4, StaplePosition.TOPRIGHT)
  1187. *InvalidCombination: LIST(PaperSize.A4, StaplePosition.MIDRIGHT)
  1188. *InvalidCombination: LIST(PaperSize.A4, StaplePosition.BOTCENTER)
  1189. *InvalidCombination: LIST(PaperSize.A4, StaplePosition.BOTRIGHT)
  1190. *InvalidCombination: LIST(PaperSize.A5, StaplePosition.TOPLEFT)
  1191. *InvalidCombination: LIST(PaperSize.A5, StaplePosition.TOPCENTER)
  1192. *InvalidCombination: LIST(PaperSize.A5, StaplePosition.TOPRIGHT)
  1193. *InvalidCombination: LIST(PaperSize.A5, StaplePosition.MIDLEFT)
  1194. *InvalidCombination: LIST(PaperSize.A5, StaplePosition.MIDRIGHT)
  1195. *InvalidCombination: LIST(PaperSize.A5, StaplePosition.BOTLEFT)
  1196. *InvalidCombination: LIST(PaperSize.A5, StaplePosition.BOTCENTER)
  1197. *InvalidCombination: LIST(PaperSize.A5, StaplePosition.BOTRIGHT)
  1198. *InvalidCombination: LIST(PaperSize.B6_JIS, StaplePosition.TOPLEFT)
  1199. *InvalidCombination: LIST(PaperSize.B6_JIS, StaplePosition.TOPCENTER)
  1200. *InvalidCombination: LIST(PaperSize.B6_JIS, StaplePosition.TOPRIGHT)
  1201. *InvalidCombination: LIST(PaperSize.B6_JIS, StaplePosition.MIDLEFT)
  1202. *InvalidCombination: LIST(PaperSize.B6_JIS, StaplePosition.MIDRIGHT)
  1203. *InvalidCombination: LIST(PaperSize.B6_JIS, StaplePosition.BOTLEFT)
  1204. *InvalidCombination: LIST(PaperSize.B6_JIS, StaplePosition.BOTCENTER)
  1205. *InvalidCombination: LIST(PaperSize.B6_JIS, StaplePosition.BOTRIGHT)
  1206. *InvalidCombination: LIST(PaperSize.B5, StaplePosition.TOPLEFT)
  1207. *InvalidCombination: LIST(PaperSize.B5, StaplePosition.TOPCENTER)
  1208. *InvalidCombination: LIST(PaperSize.B5, StaplePosition.TOPRIGHT)
  1209. *InvalidCombination: LIST(PaperSize.B5, StaplePosition.MIDLEFT)
  1210. *InvalidCombination: LIST(PaperSize.B5, StaplePosition.MIDRIGHT)
  1211. *InvalidCombination: LIST(PaperSize.B5, StaplePosition.BOTLEFT)
  1212. *InvalidCombination: LIST(PaperSize.B5, StaplePosition.BOTCENTER)
  1213. *InvalidCombination: LIST(PaperSize.B5, StaplePosition.BOTRIGHT)
  1214. *InvalidCombination: LIST(PaperSize.B4, StaplePosition.MIDLEFT)
  1215. *InvalidCombination: LIST(PaperSize.B4, StaplePosition.MIDRIGHT)
  1216. *InvalidCombination: LIST(PaperSize.B4, StaplePosition.BOTLEFT)
  1217. *InvalidCombination: LIST(PaperSize.B4, StaplePosition.BOTCENTER)
  1218. *InvalidCombination: LIST(PaperSize.B4, StaplePosition.BOTRIGHT)
  1219. *InvalidCombination: LIST(PaperSize.LETTER, StaplePosition.TOPCENTER)
  1220. *InvalidCombination: LIST(PaperSize.LETTER, StaplePosition.TOPRIGHT)
  1221. *InvalidCombination: LIST(PaperSize.LETTER, StaplePosition.MIDRIGHT)
  1222. *InvalidCombination: LIST(PaperSize.LETTER, StaplePosition.BOTCENTER)
  1223. *InvalidCombination: LIST(PaperSize.LETTER, StaplePosition.BOTRIGHT)
  1224. *InvalidCombination: LIST(PaperSize.LEGAL, StaplePosition.TOPCENTER)
  1225. *InvalidCombination: LIST(PaperSize.LEGAL, StaplePosition.MIDLEFT)
  1226. *InvalidCombination: LIST(PaperSize.LEGAL, StaplePosition.MIDRIGHT)
  1227. *InvalidCombination: LIST(PaperSize.LEGAL, StaplePosition.BOTLEFT)
  1228. *InvalidCombination: LIST(PaperSize.LEGAL, StaplePosition.BOTCENTER)
  1229. *InvalidCombination: LIST(PaperSize.LEGAL, StaplePosition.BOTRIGHT)
  1230. *InvalidCombination: LIST(PaperSize.TABLOID, StaplePosition.TOPLEFT)
  1231. *InvalidCombination: LIST(PaperSize.TABLOID, StaplePosition.TOPCENTER)
  1232. *InvalidCombination: LIST(PaperSize.TABLOID, StaplePosition.TOPRIGHT)
  1233. *InvalidCombination: LIST(PaperSize.TABLOID, StaplePosition.MIDLEFT)
  1234. *InvalidCombination: LIST(PaperSize.TABLOID, StaplePosition.MIDRIGHT)
  1235. *InvalidCombination: LIST(PaperSize.TABLOID, StaplePosition.BOTLEFT)
  1236. *InvalidCombination: LIST(PaperSize.TABLOID, StaplePosition.BOTCENTER)
  1237. *InvalidCombination: LIST(PaperSize.TABLOID, StaplePosition.BOTRIGHT)
  1238. *InvalidCombination: LIST(PaperSize.EXECUTIVE, StaplePosition.TOPLEFT)
  1239. *InvalidCombination: LIST(PaperSize.EXECUTIVE, StaplePosition.TOPCENTER)
  1240. *InvalidCombination: LIST(PaperSize.EXECUTIVE, StaplePosition.TOPRIGHT)
  1241. *InvalidCombination: LIST(PaperSize.EXECUTIVE, StaplePosition.MIDLEFT)
  1242. *InvalidCombination: LIST(PaperSize.EXECUTIVE, StaplePosition.MIDRIGHT)
  1243. *InvalidCombination: LIST(PaperSize.EXECUTIVE, StaplePosition.BOTLEFT)
  1244. *InvalidCombination: LIST(PaperSize.EXECUTIVE, StaplePosition.BOTCENTER)
  1245. *InvalidCombination: LIST(PaperSize.EXECUTIVE, StaplePosition.BOTRIGHT)
  1246. *InvalidCombination: LIST(PaperSize.JENV_YOU4, StaplePosition.TOPLEFT)
  1247. *InvalidCombination: LIST(PaperSize.JENV_YOU4, StaplePosition.TOPCENTER)
  1248. *InvalidCombination: LIST(PaperSize.JENV_YOU4, StaplePosition.TOPRIGHT)
  1249. *InvalidCombination: LIST(PaperSize.JENV_YOU4, StaplePosition.MIDLEFT)
  1250. *InvalidCombination: LIST(PaperSize.JENV_YOU4, StaplePosition.MIDRIGHT)
  1251. *InvalidCombination: LIST(PaperSize.JENV_YOU4, StaplePosition.BOTLEFT)
  1252. *InvalidCombination: LIST(PaperSize.JENV_YOU4, StaplePosition.BOTCENTER)
  1253. *InvalidCombination: LIST(PaperSize.JENV_YOU4, StaplePosition.BOTRIGHT)
  1254. *InvalidCombination: LIST(PaperSize.JAPANESE_POSTCARD, StaplePosition.TOPLEFT)
  1255. *InvalidCombination: LIST(PaperSize.JAPANESE_POSTCARD, StaplePosition.TOPCENTER)
  1256. *InvalidCombination: LIST(PaperSize.JAPANESE_POSTCARD, StaplePosition.TOPRIGHT)
  1257. *InvalidCombination: LIST(PaperSize.JAPANESE_POSTCARD, StaplePosition.MIDLEFT)
  1258. *InvalidCombination: LIST(PaperSize.JAPANESE_POSTCARD, StaplePosition.MIDRIGHT)
  1259. *InvalidCombination: LIST(PaperSize.JAPANESE_POSTCARD, StaplePosition.BOTLEFT)
  1260. *InvalidCombination: LIST(PaperSize.JAPANESE_POSTCARD, StaplePosition.BOTCENTER)
  1261. *InvalidCombination: LIST(PaperSize.JAPANESE_POSTCARD, StaplePosition.BOTRIGHT)
  1262. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, StaplePosition.TOPLEFT)
  1263. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, StaplePosition.TOPCENTER)
  1264. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, StaplePosition.TOPRIGHT)
  1265. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, StaplePosition.MIDLEFT)
  1266. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, StaplePosition.MIDRIGHT)
  1267. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, StaplePosition.BOTLEFT)
  1268. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, StaplePosition.BOTCENTER)
  1269. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, StaplePosition.BOTRIGHT)
  1270. *% DRC
  1271. *Command: CmdEnableOEMComp { *CallbackID: 510 }
  1272. *Command: CmdSetSrcBmpWidth
  1273. {
  1274. *CallbackID: 511
  1275. *Params: LIST(RasterDataWidthInBytes)
  1276. }
  1277. *Command: CmdSetSrcBmpHeight
  1278. {
  1279. *CallbackID: 512
  1280. *Params: LIST(RasterDataHeightInPixels)
  1281. }
  1282. *% Collate
  1283. *Feature: Collate
  1284. {
  1285. *rcNameID: 328
  1286. *DefaultOption: OFF
  1287. *Option: ON
  1288. {
  1289. *rcNameID: =ON_DISPLAY
  1290. *Command: CmdSelect
  1291. {
  1292. *Order: JOB_SETUP.8
  1293. *CallbackID: 521
  1294. }
  1295. }
  1296. *Option: OFF
  1297. {
  1298. *rcNameID: =OFF_DISPLAY
  1299. *Command: CmdSelect
  1300. {
  1301. *Order: JOB_SETUP.8
  1302. *CallbackID: 522
  1303. }
  1304. }
  1305. }