DC?Quote:> What special techniques are required to play a EMF into a print preview
I have solved this problem but for the general benefit of the group here's
the key for print preview using and EMF:
For the Crea*hanced() rectangle parameter (which needs to be in HIMETRIC
units), the LPtoHIMETRIC() call must be made on a *display* DC, not a
printer DC.
Further, one cannot clip a preview DC like one could clip a printer DC
since the DC is already clipped by MFC. One needs to use other techniques
to achieve clipping.