Inesoft PrintCE SDK EVC++
PDC_CreateCompatibleDC

Creates a memory device context (DC) compatible with the specified printer device context.

HDC PDC_CreateCompatibleDC(
    HDC
hdc
);

Note: You can select bitmap into memory DC via PDC_SelectObject() and then copy it into printer DC via PDC_BitBlt() or PDC_StretchBlt().


© 2009 Inesoft. All rights reserved.