GetActualSize Method

Navigation:  Reference Guide > Methods >

GetActualSize Method

Previous pageReturn to chapter overviewNext page

Gets the actual size of barcode which is rendered onto either computer screen or other devices such as printers.

void GetActualSize(VARIANT *ActualWidth, VARIANT *ActualHeight);

Parameters

ActualWidth

A pointer to the variable that receives the width of barcode (in pixels).

ActualHeight

A pointer to the variable that receives the height of barcode (in pixels).