printing an Enhanced Metafile
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I want to print an Enhanced Metafile. This file is generated and printed by using GDI+ (Graphics and Metafile objects) What kind of Device Context do I have to use while generating this metafile, to be independent from the printer device it will be printed out later on? When I use a screen Device Context while generating this metafile and print it, the dimensions of the printed shapes are not OK !