GetQRModuleSize

Returns the size of a single QR module (a single black or white rectangle) in pixels.

GetQRModuleSize (pDevMode As Long) As Long

 

Input value - pDevMode: handle to the BlackIceDEVMODE structure

Return value - Returns the module size in pixels.

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.