Render Method

Navigation:  Reference Guide > Methods >

Render Method

Previous pageReturn to chapter overviewNext page

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

void Render(long hDC, int x, int y);

Parameters

hDC

Device context on which to render the MaxiCode barcode.

x

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

y

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