GetDMModuleSize

Returns the size of a single datamatrix cell (a single black or white rectangle) in pixels.

GetDMModuleSize (pDevMode As Long) As Long

 

Input value - pDevMode: handle to the BlackIceDEVMODE structure

Return value - Returns the cell size in pixels.

 

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