SetBarcodeYOffset

 

 

#include “BlackIceDEVMODE.h”

 

BOOL SetBarcodeYOffset (BlackIceDEVMODE* pDevMode, DWORD dwOffset);

Description

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.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

DWORD dwOffset                                       - the vertical position of the barcode.

 

Return value

TRUE on success, FALSE otherwise.