SaveAsWMF Method

Navigation:  Reference Guide > Methods >

SaveAsWMF Method

Previous pageReturn to chapter overviewNext page

Saves the MaxiCode barcode image as a WMF file.

void SaveAsWMF(BSTR FileName);

Parameters

FileName

A string that contains the name of the file to which to save WMF format barcode image.

 

Remarks

Before you call this method, use GetActualSize() method to obtain the actual size of the MaxiCode barcode and use SetSize() method to set image size by adding surrounding white space around the MaxiCode barcode.

 

See Also

GetActualSize() Method    |   SetSize() Method