BCSetSize Function

Navigation:  Reference Guide >

BCSetSize Function

Previous pageReturn to chapter overviewNext page

Sets the size of image containing the created barcode.

void BCSetSize(WORD Width, WORD Height);

Parameters

Width

The width, in pixels, of the image.

Height

The height, in pixels, of the image.

 

Remarks

First call BCGetActualSize() function to obtain the actual size of the barcode, then use this function to set image size by adding surrounding white space around the barcode.

 

See Also

BCGetActualSize() Function