Method: DrawToSize - Syntax 3

Returns the horizontal width and vertical height of a rotated barcode symbol in pixels. The barcode symbol is specified by the parameters of this method.

Syntax:

function DrawToSize(var Width, Height, SymbolWidth, SymbolHeight: Integer; Data: AnsiString; ShowQuietZone: Boolean; Module: Integer; Angle: Integer = 0; Canvas: TCanvas = nil; HDPI: Integer = 0; VDPI: Integer = 0): Integer; overload; virtual;

Description:

The method returns the horizontal width and vertical height of a rotated barcode symbol that is specified by parameters of this method, in pixels.

Parameters:
Return:
Note:

The overloading method is available only for the Delphi/C++ Builder 2009 or later.

Contents