

Cadet 2nd Class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-01-04
11:21
801 views
Duplex Printing
Hi,
In NetExpress we used the following code to set duplex printing:-
In particular we used : cblte-pp-duplex Select duplex or double-sided printing using one of the DMDUP- constants.
How can you do this using Visual Cobol .NET code?
Thanks in advance.
Kind regards
Neil.
1 Reply
Chris Glazier

Micro Focus Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-01-07
06:33
Hi Neil,
Most of the PC_PRINTER library routines are supported in .NET as well as native code although some of them, (i.e. PC_PRINTER_INFO) behave a bit differently because a different coordinate system is used in .NET print functions.
The PC_PRINTER_DEFAULT_PROPERTIES that you are using should work in .NET as well. If you are finding that this does not behave correctly then I would suggest that you open up a support incident with Customer Care so we can look into this.
Thanks.