Bug 330512 - PrinterData: Add API to programmatically set duplex for print job
Summary: PrinterData: Add API to programmatically set duplex for print job
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.7 M4   Edit
Assignee: Carolyn MacLeod CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-17 14:55 EST by Carolyn MacLeod CLA
Modified: 2010-12-07 14:34 EST (History)
1 user (show)

See Also:


Attachments
Patch with new API names and javadoc, plus Windows implementation (7.45 KB, patch)
2010-11-17 14:56 EST, Carolyn MacLeod CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.