Method: Size

Returns the horizontal width and vertical height of a rotated barcode symbol that's displyed in the TImage, TQRImage, or TQRGzImage control specified in the Image property, in pixels.

Syntax:

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

Description:

The method returns the horizontal width and vertical height of the rotated barcode symbol that is displyed in the TImage, TQRImage, or TQRGzImage control specified in the Image property, in pixels.

Parameters:
Return:
Note:

If the Image property is not set, the human readable text will not be consulted.

See diagram:

Size

Contents