Skip to main content

TdxBarCodeProperties.FitMode Property

Specifies the barcode size calculation mode.

Declaration

property FitMode; default ifmNormal;

Property Value

Type Default
TdxBarCodeFitMode ifmNormal

Remarks

Use this property to specify how a barcode control displays a generated barcode within the client area. The control calculates the barcode’s size from the specified module width if the FitMode property is set to ifmNormal or ifmFit. Refer to the TdxBarCodeFitMode type description for more details.

Note

The FitMode property has no effect if the barcode control’s AutoSize property is set to True.

The default FitMode property value is ifmNormal.

See Also