*% ***************************************************** *% Canon Inkjet Printer Driver for Microsoft Windows *% Version 2.00 *% Copyright CANON INC. 2011 All Rights Reserved *% ***************************************************** *% ***************************************************** *% Canon Inkjet Printer Driver for Microsoft Windows *% Version 2.00 *% Copyright CANON INC. 2011 All Rights Reserved *% ***************************************************** *% *% FILE NAME: *% cnbdup51.gpd *% *% PURPOSE: *% All the Features which relate to "Duplex Printing" are defined *% for the model which does not support the duplex printing. *% *%--------------------------------------------- *% include GPD files which define Value Macros *%--------------------------------------------- *Include: "STDNAMES.GPD" *Include: "CNBGRC51.GPD" *%--------------------------------------------- *% Features and Options *%--------------------------------------------- *% *% duplex printing *% *Feature: Duplex { *rcNameID: =IDS_PT_DN_DUPLEX_FEATURE *ConflictPriority: 80 *DefaultOption: NONE *Option: NONE { *rcNameID: =IDS_PT_DN_SIMPLEX } *Option: VERTICAL { *rcNameID: =IDS_PT_DN_DUPLEX_VERTICAL } *Option: HORIZONTAL { *rcNameID: =IDS_PT_DN_DUPLEX_HORIZONTAL } } *Feature: JobDuplexMode { *rcNameID: =IDS_DUPLEXUNIT *DefaultOption: Automatic *ConcealFromUI?: TRUE *Option: Automatic { *rcNameID: =IDS_PT_DN_ON } } *switch: Duplex { *case: VERTICAL { *ReverseBandOrderForEvenPages?: TRUE } *case: HORIZONTAL { *ReverseBandOrderForEvenPages?: TRUE } *default { *ReverseBandOrderForEvenPages?: FALSE } }