Method: Size

Returns the height and width of specified barcode symbol, in pixels, that's displayed in the TImage control specified by the Image property.

Syntax:

function Size(var Width, Height, SymbolWidth, SymbolHeight: Single): Boolean; virtual;

Description:

The method returns the width and height of the barcode symbol that's displayed in the TImage control specified by the Image property, in pixels. If the quiet zones are displayed (please read the ShowQuietZone property about whether or not the quiet zones will be displayed), they are included in the barcode symbol.

Parameters:
Return:

Contents