SaveAsBMP Method

Navigation:  Reference Guide > Methods >

SaveAsBMP Method

Previous pageReturn to chapter overviewNext page

Saves the PDF417 barcode image as a BMP file.

void SaveAsBMP(BSTR FileName);

Parameters

FileName

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

 

Remarks

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

 

See Also

GetActualSize() Method    |   SetSize() Method