| Type | info |
| Title | GetDuplexMode() added to class Printer |
| Posted by | [EMAIL PROTECTED] |
| Affected | [EMAIL PROTECTED], ..., all applications,vcl |
| Effective from | cws vcl34 |
Summary
+ enum DuplexMode = { DUPLEX_UNKNOWN, DUPLEX_ON, DUPLEX_OFF }
+ DuplexMode Printer::GetDuplexMode() const;
Description
The function GetDuplexMode returns the duplex mode of the printer as specified by the current
job setup. If there is no valid job setup associated with the printer or if the printer doesn't
support duplex printing, the return value of this functin will be DUPLEX_UNKNOWN.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
