AztecSaveAsWMF Function

Navigation:  Reference Guide >

AztecSaveAsWMF Function

Previous pageReturn to chapter overviewNext page

Saves the Aztec barcode image as a WMF file.

BOOL AztecSaveAsWMF(LPCTSTR FileName);

Parameters

FileName

A string that contains the name of the file to which to save WMF format Aztec 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 AztecGetActualSize() function to obtain the actual size of the Aztec barcode and use AztecSetSize() function to set image size by adding surrounding white space around the Aztec barcode.

 

See Also

AztecGetActualSize() Function    |   AztecSetSize() Function