Method: PrintSize - Syntax 1

Returns actual horizontal width and vertical height of a rotated barcode symbol in millimeters. The barcode symbol is specified by the properties of this barcode component.

Syntax:

function PrintSize(var Width, Height, SymbolWidth, SymbolHeight: Single; Module: Single; Angle: Single = -1; BarcodeWidth: Single = 0; BarcodeHeight: Single = 0; HDPI: Integer = 0; VDPI: Integer = 0): Integer; overload; virtual;

Description:

The method returns the actual horizontal width and vertical height of a rotated barcode symbol that is specified by properties of this barcode component, in millimeters.

Please use the method between the Printer.BeginDoc and Printer.EndDoc methods if the HDPI or VDPI parameter is set to 0.

Parameters:
Return:

This method can return one of these values (these consts are defined in the pfmxCore2D unit):

Contents