#include “BlackIceDEVMODE.h”
BOOL Is1DFixedHeight (BlackIceDEVMODE* pDevMode);
Description
Returns TRUE if the barcode height for 1D barcodes is set to a fixed height. If the barcode is set to a fixed height, you can retrieve the height using the Get1DHeight function. If the barcode is not set to a fixed height, the barcode height is automatic.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
TRUE if fixed height for 1D barcodes is enabled, FALSE otherwise.