Gets the actual size of the QRCode 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 QRCode barcode (in pixels).
ActualHeight
A pointer to the variable that receives the height of the QRCode barcode (in pixels).