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.
Get1DHeight (pDevMode As Long) As Long
Input value - pDevMode: handle to the BlackIceDEVMODE structure
Return value - Returns the fixed 1D barcode height, in pixels.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.