#include “BlackIceDEVMODE.h”
BOOL SetQRQuietZone (BlackIceDEVMODE* pDevMode, DWORD dwSize);
Description
Sets the size of the empty white frame around the barcode. Cannot be less than 1, it is specified in pixels.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
DWORD dwSize - the size of the frame in pixels
Return value
TRUE on success, FALSE otherwise.