Skip to main content

TdxCustomBarCodeReportLink.FitMode Property

Specifies how the barcode is sized within its control when printed.

Declaration

property FitMode: TdxBarCodeFitMode read; write; default ifmNormal;

Property Value

Type Default
TdxBarCodeFitMode ifmNormal

Remarks

Use this property to override the corresponding property of the linked barcode control. Refer to the TdxBarCodeFitMode type description to learn about available options.

The default value of the FitMode property is ifmNormal.

See Also