Skip to main content
A newer version of this page is available.

XRCodabarGenerator Properties

Obsolete. Represents the class used to generate a Codabar bar code.
Name Description
CalcCheckSum Overrides the BarCodeGeneratorBase.CalcCheckSum property. Inherited from CodabarGenerator.
Name Gets the name of the bar code type, which is represented by a current class. Inherited from BarCodeGeneratorBase.
StartStopSymbols Gets or sets the value specifying the first (start) and last (stop) symbols used to code the Codabar bar code’s structure.
StartSymbol Gets or sets the first (start) symbol used to code the bar code’s structure. Inherited from CodabarGenerator.
StopSymbol Gets or sets the last (stop) symbol used to code the bar code’s structure. Inherited from CodabarGenerator.
SymbologyCode For internal use. Gets the bar code symbology for the current generator object. Inherited from CodabarGenerator.
WideNarrowRatio Gets or sets the density of a bar code’s bars. Inherited from CodabarGenerator.
See Also