IsReverseBitOrderEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsReverseBitOrderEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_REVERSEFILLORDER flag. Represents the value of the ‘Reverse Bit Order in TIFF’ checkbox.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

Return value

TRUE if Reverse Bit Order in TIFF is used, otherwise FALSE.

Programming Notes

None

Code Example

None