Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarCode39Symbology Members

In This Article
The Code 39 barcode symbology class.

#Properties
Show Inherited Hide Inherited

Name Description
Checksum Specifies if a checksum is included into the generated barcode.
FitMode protected Specifies the generated barcode calculation mode if the barcode control ‘s automatic size calculation is disabled. Inherited from TdxCustomBarCodeSymbology.
ModuleColor protected Specifies the color used to paint the generated barcode and encoded text (if displayed). Inherited from TdxCustomBarCodeSymbology.
ModuleWidth protected Specifies the width (in pixels) of the minimal visual element of the one or two-dimensional code. Inherited from TdxCustomBarCodeSymbology.
ShowText protected Specifies if the encoded text is displayed with the generated barcode. Inherited from TdxCustomBarCodeSymbology.
WideNarrowRatio Specifies the wide/narrow bar width ratio. Inherited from TdxBarCodeITFTypeSymbology.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetGeneratorClass protected Returns a reference to the TdxBarCode39Generator class.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.
See Also