Gets the actual size of the DataMatrix barcode which is rendered onto computer screen.
void GetActualSize(VARIANT *ActualWidth, VARIANT *ActualHeight); |
Parameters
ActualWidth
A pointer to the variable that receives the width of the DataMatrix barcode (in pixels).
ActualHeight
A pointer to the variable that receives the height of the DataMatrix barcode (in pixels).