Printer Driver - custom paper size
问题 I'm working on custom printer V3 driver. The current task is to give ability to create custom paper size to user. I google it a bit and found 2 ways of doing that: 1) CUSTOMSIZE option in GPD file. I've added this to my GPD file: *Option: CUSTOMSIZE { *rcNameID: =USER_DEFINED_SIZE_DISPLAY *MinSize: PAIR(4724, 6992) *MaxSize: PAIR(14032, 20410) *MaxPrintableWidth: 14032 *MinLeftMargin: 0 *CenterPrintable?: FALSE *Command: CmdSelect { *Order: PAGE_SETUP.2 *Cmd: "" } } , but could not find where