TdxBarCodeProperties.FitMode Property
In This Article
Specifies the barcode size calculation mode.
#Declaration
Delphi
property FitMode; default ifmNormal;
#Property Value
Type | Default |
---|---|
Tdx |
ifm |
#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 Fit
The default FitMode property value is ifmNormal.
See Also