Saves the QRCode barcode image as a WMF file.
BOOL QRSaveAsWMF(LPCTSTR FileName); |
Parameters
FileName
A string that contains the name of the file to which to save WMF format QRCode barcode image.
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 image size by adding surrounding white space around the QRCode barcode.
See Also