GetActualSize Method

Navigation:  Reference Guide > Methods >

GetActualSize Method

Previous pageReturn to chapter overviewNext page

Gets the actual size of the barcode which is rendered onto the computer screen.

[Visual Basic .NET]

Public Sub GetActualSize(ByRef ActualWidth As Integer, ByRef ActualHeight As Integer)

[C#]

public void GetActualSize(ref int ActualWidth, ref int ActualHeight);

Parameters

ActualWidth

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

ActualHeight

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