#include “BlackIceDEVMODE.h”
BOOL IsForcePrinterDPIEnabled(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the BLF_FORCEPRINTERDPI flag. If true, the Force Printer DPI checkbox will be selected, if false the Force Printer DPI checkbox will not be selected.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
TRUE if Force Printer DPI is used, otherwise FALSE.
Programming Notes
None
Code Example
None