Is1DFixedHeight

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.

Is1DFixedHeight (pDevMode As Long) As Boolean

 

Input value - pDevMode: handle to the BlackIceDEVMODE structure

Return value - TRUE if fixed height for 1D barcodes is enabled, FALSE otherwise.

 


NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.