Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 330512

Summary: PrinterData: Add API to programmatically set duplex for print job
Product: [Eclipse Project] Platform Reporter: Carolyn MacLeod <carolynmacleod4>
Component: SWTAssignee: Carolyn MacLeod <carolynmacleod4>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Silenio_Quarti
Version: 3.7   
Target Milestone: 3.7 M4   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Patch with new API names and javadoc, plus Windows implementation none

Description Carolyn MacLeod CLA 2010-11-17 14:55:17 EST
From bug 73290 comment 4, add duplexing control to PrinterData. This would allow seeding the PrintDialog with single or double-sided printing. It would also allow double-sided printing if the PrintDialog is not used.
Comment 1 Carolyn MacLeod CLA 2010-11-17 14:56:27 EST
Created attachment 183336 [details]
Patch with new API names and javadoc, plus Windows implementation
Comment 2 Carolyn MacLeod CLA 2010-12-07 14:34:20 EST
Fixed > 20101206

The API has changed from the patch.

Current API is based on LONG_EDGE and SHORT_EDGE binding, because this is simpler for end-users to understand, and it translated well to all platforms.