#include “BlackIceDEVMODE.h”
int Get1DHeight (BlackIceDEVMODE* pDevMode);
Description
Returns the fixed height of 1D barcodes. This function is only usable if the 1D barcodes are set to a fixed height (Is1DFixedHeight returns TRUE). If Is1DFixedHeight returns FALSE, the barcode height is automatic and the height will not match the value returned by Get1DHeight.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
Returns the fixed 1D barcode height, in pixels.