Property: CurrentSize

(TBarcode2D_AztecCode)

Contains the factual symbol size of an Aztec Code barcode symbol.

Syntax:

type

{ Defined in the pAztecCode unit }

TAztecCode_Size = (azSize_15Compact, azSize_19, azSize_19Compact, azSize_23, azSize_23Compact, azSize_27, azSize_27Compact, azSize_31, azSize_37, azSize_41, azSize_45, azSize_49, azSize_53, azSize_57, azSize_61, azSize_67, azSize_71, azSize_75, azSize_79, azSize_83, azSize_87, azSize_91, azSize_95, azSize_101, azSize_105, azSize_109, azSize_113, azSize_117, azSize_121, azSize_125, azSize_131, azSize_135, azSize_139, azSize_143, azSize_147, azSize_151);

property CurrentSize: TAztecCode_Size;

Description:

The smallest symbol size that accommodates the barcode text will be automatically selected between the minimum symbol size specified by the MinSize property and the maximum symbol size specified by the MaxSize property. Read the property to retrieve the factual symbol size of an Aztec Code barcode symbol.

The property can be one of values from azSize_15Compact to azSize_151, denotations the factual format, number of rows and columns in current symbol. For example, the symbol size value azSize_19Compact denotations the Aztec Code symbol size is 19 rows by 19 columns, in compact format. These symbol size values are defined in the pAztecCode unit.

The property is read only.

See also the "Symbol sizes" section in the "TBarcode2D_AztecCode" article.

Contents