SetBarcodeYOffset

Sets 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.

SetBarcodeYOffset (pDevMode As Long, dwOffset As Long) As Boolean

 

Input value - pDevMode: handle to the BlackIceDEVMODE structure

Input value - dwOffset: the vertical position of the barcode.

Return value - TRUE on success, FALSE otherwise.

 

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