Sets the size of the image which contains the QRCode barcode.
void QRSetSize(DWORD Width, DWORD Height); |
Parameters
Width
The width, in pixels, of the image.
Height
The height, in pixels, of the image.
Remarks
First call QRGetActualSize() function to obtain the actual size of the QRCode barcode, then use this function to set image size by adding surrounding white space around the QRCode barcode.
See Also