Property: Mode

(TBarcode2D_MaxiCode)

Specifies which mode of MaxiCode symbol will be used to generate the MaxiCode barcode symbol.

Syntax:

type

{ Defined in the pMaxiCode unit }

TMaxiCode_Mode = 2..6;

property Mode: TMaxiCode_Mode;

Description:

The property specifies which mode of MaxiCode symbol will be used to generate the MaxiCode barcode symbol. It can be one of these values (defined in the pMaxiCode unit):

You can set the AutoMode property to true, in order to automatically select the suitable mode depending on the barcode text and the value of this property. And use the CurrentMode property to get the factual mode. See also the "AutoMode" property.

See also the "Modes" sections in the "TBarcode2D_MaxiCode" article.

Contents