#include “BlackIceDEVMODE.h”
BOOL SetDMQuietZone (BlackIceDEVMODE* pDevMode, DWORD dwSize);
Description
Sets the size of the empty white frame around the barcode. It is specified in logical units. One unit is the size of a single datamatrix module. (Specified by SetDMModuleSize)
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
DWORD dwSize - the size of the frame in logical units
Return value
TRUE on success, FALSE otherwise.