QRCopyToClipboard Function

Navigation:  Reference Guide >

QRCopyToClipboard Function

Previous pageReturn to chapter overviewNext page

Copies the QRCode barcode WMF format image into the system clipboard.

BOOL QRCopyToClipboard();

Return Value

If the function succeeds, the return value is a nonzero value, otherwise the return value is zero.

 

Remarks

Before you call this function, use QRGetActualSize() function to obtain the actual size of the QRCode barcode and use QRSetSize() function to set the image size by adding surrounding white space around the QRCode barcode.

 

 

See Also

QRGetActualSize() Function    |   QRSetSize() Function