Property: VerticalAlignment

Specifies the vertical alignment of the logo picture in a barcode symbol.

Syntax:

type

{ Defined in the pLogo2D unit }

TVerticalAlignment = (vaTop, vaCenter, vaBottom);

property VerticalAlignment: TVerticalAlignment default vaCenter;

Description:

Specifies the vertical alignment of the logo picture in a barcode symbol. It can be one of the following values (defined in the pLogo2D unit):

Note:

The paddings is included in the logo picture if the Padding property is set to 1 or more. See diagram:

VerticalAlignment and VerticalMargin property

If the Orientation property of TBarcode2D is set to "boRightLeft", "boTopBottom" or "boBottomTop", the logo picture will be rotated too, and the property specifies the vertical alignment of the logo picture before rotating. See diagram:

VerticalAlignment and VerticalMargin property

Contents