BCRender Function

Navigation:  Reference Guide >

BCRender Function

Previous pageReturn to chapter overviewNext page

Renders the barcode onto the device such as computer screen or printers.

void BCRender(DWORD hDC, WORD x, WORD y);

Parameters

hDC

Device context on which to render the barcode.

x

The x coordinate, in pixels, of the top left corner of barcode .

y

The y coordinate, in pixels, of the top left corner of barcode.