#include “BIADVPRN.H”
BOOL IsForcePrinterDPIEnabled(DEVMODE* 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
|
DEVMODE* |
pDevMode |
Pointer to the DEVMODE structure. |
Return values
TRUE if Force Printer DPI is used, otherwise FALSE.
Requirements
Header : Declared in BiAdvPrn.h; include BiAdvPrn.h.
Library : Use BiAdvPrn.lib.
DLLs : BiAdvPrn.dll.