Renders the DataMatrix 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 DataMatrix barcode.
x
The x coordinate, in pixels, of the top left corner of the DataMatrix barcode .
y
The y coordinate, in pixels, of the top left corner of the DataMatrix barcode.