GetBarcodeYOffset

Returns the vertical position of the barcode. The units are set using the SetBarcodeUnit function. The vertical alignment can be set using the SetBarcodeVertAlign function. In case the barcode is aligned to the bottom of the page, the value specifies the distance of the bottom of the barcode from the bottom of the page.

GetBarcodeYOffset (pDevMode As Long) As Long

 

Input value - pDevMode: handle to the BlackIceDEVMODE structure

Return Value - Returns the vertical position of the barcode.

 

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