*% ***************************************************** *% Canon Inkjet Printer Driver for Microsoft Windows *% Version 3.00 *% Copyright CANON INC. 2013 All Rights Reserved *% ***************************************************** *% *% FILE NAME: *% cnbx5cmn.gpd *% *%--------------------------------------------- *% include GPD files which define Value Macros *%--------------------------------------------- *Include: "STDNAMES.GPD" *Include: "CNBGRC51.GPD" *%--------------------------------------------- *% global entries *%--------------------------------------------- *Include: "msxpsinc.gpd" *CodePage: 1252 *ResourceDLL: "CNBUR5.DLL" *PrinterType: SERIAL *MaxCopies: 999 *%--------------------------------------------- *% Features and Options *%--------------------------------------------- *% *% JobNUpAllDocumentsContiguously *% *Feature: JobNUpAllDocumentsContiguously { *rcNameID: =IDS_PRINTTYPE_NUP *ConflictPriority: 65 *DefaultOption: 1 *PrintSchemaKeywordMap: "JobNUpAllDocumentsContiguously" *Option: 1 { *rcNameID: =IDS_PT_DN_OFF } *Option: 2 { *rcNameID: =IDS_PT_DN_PAGEPERSHEET_2 } *Option: 4 { *rcNameID: =IDS_PT_DN_PAGEPERSHEET_4 } *Option: 6 { *rcNameID: =IDS_PT_DN_PAGEPERSHEET_6 } *Option: 9 { *rcNameID: =IDS_PT_DN_PAGEPERSHEET_9 } *Option: 16 { *rcNameID: =IDS_PT_DN_PAGEPERSHEET_16 } } *% *% orientation *% *Feature: Orientation { *rcNameID: =IDS_ORIENTATION *DefaultOption: PORTRAIT *Option: PORTRAIT { *rcNameID: =IDS_PORTRAIT } *Option: LANDSCAPE_CC270 { *rcNameID: =IDS_LANDSCAPE } } *% *% collate *% *Feature: Collate { *rcNameID: =IDS_COLLATE *DefaultOption: ON *Option: OFF { *rcNameID: =IDS_PT_DN_OFF } *Option: ON { *rcNameID: =IDS_PT_DN_ON } } *%--------------------------------------------- *% command *%--------------------------------------------- *% *% cursor control *% *Command: CmdFF { *Cmd : "" } *% These definitions are not actually used for printing - only for documentation purpose. *Command: CmdCR { *Cmd : "" } *Command: CmdLF { *Cmd : "" } *% *% raster data emission *% *% These definitions are not actually used for printing - only for documentation purpose. *Command: CmdSendBlockData { *Cmd: "" } *Command: CmdSendYellowData { *Cmd: "" } *Command: CmdSendMagentaData { *Cmd: "" } *Command: CmdSendCyanData { *Cmd: "" } *Command: CmdSendBlackData { *Cmd: "" }