BCSaveAsBMP Function

Navigation:  Reference Guide >

BCSaveAsBMP Function

Previous pageReturn to chapter overviewNext page

Saves the barcode image as a BMP file.

BOOL BCSaveAsBMP(LPCTSTR FileName);

Parameters

FileName

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

 

See Also

BCGetActualSize() Function    |   BCSetSize() Function