#include “BIADVPRN.H”
BOOL IsReverseBitOrderEnabled(DEVMODE* pDevMode);
Description
Returns the value of the BLF_REVERSEFILLORDER flag. Represents the value of the ‘Reverse Bit Order in TIFF’ checkbox.
Parameters
|
DEVMODE* |
pDevMode |
Pointer to the DEVMODE structure. |
Return values
TRUE if Reverse Bit Order in TIFF is used, otherwise FALSE.
Requirements
Header : Declared in BiAdvPrn.h; include BiAdvPrn.h.
Library : Use BiAdvPrn.lib.
DLLs : BiAdvPrn.dll.