Property: SymbolMode

(TBarcode2D_AztecCode)

Specifies which symbol format and size will be automatically selected to generate an Azec Code symbol.

Syntax:

type

{ Defined in the pAztecCode unit }

TAztecCode_SymbolMode = (smNormal, smCompact, smFullRange, smProgram, smAll);

property SymbolMode: TAztecCode_SymbolMode;

Description:

The property specifies which Aztec Code symbol formats and sizes will be automatically selected between minimum and maximum symbol sizes specified by corresponding MinSize and MaxSize properties, depending on the length of barcode text.

The property can be one of these values (defined in the pAztecCode unit):

See also the "Formats" and "Symbol sizes" sections in the "TBarcode2D_AztecCode" article.

Contents