Inesoft PrintCE SDK EVC++
PDC_GetDeviceCaps

Retrieves information about the capabilities of a printer device.

int PDC_GetDeviceCaps(
    HDC hdc,
    int nIndex
);

Remarks
    PrintCE supports only next nIndex values:
        HORZRES
        VERTRES
        LOGPIXELSX
        LOGPIXELSY
        PHYSICALWIDTH
        PHYSICALHEIGHT
        PHYSICALOFFSETX
        PHYSICALOFFSETY
        BITSPIXEL
        PLANES
        NUMCOLORS

Note: See eVC documentation on GetDeviceCaps function for full details.


© 2009 Inesoft. All rights reserved.