AztecSetSize Function

Navigation:  Reference Guide >

AztecSetSize Function

Previous pageReturn to chapter overviewNext page

Sets the size of the image which contains the Aztec barcode.

void AztecSetSize(DWORD Width, DWORD Height);

Parameters

Width

The width, in pixels, of the image.

Height

The height, in pixels, of the image.

 

Remarks

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

 

See Also

AztecGetActualSize() Function