Code128Generator Properties
Represents the class used to generate a Code 128 barcode.Name | Description |
---|---|
AddLeadingZero | Adds a zero sign prefix to the number that is being encoded. |
CalcCheckSum | Overrides the BarCodeGeneratorBase.CalcCheckSum property. |
CharacterSet | Gets or sets the character set type for the bar code. |
FNC1Substitute | A substring/character that serves as the placeholder for the FNC1 functional character. |
FNC2Substitute | A substring/character that serves as the placeholder for the FNC2 functional character. |
FNC3Substitute | A substring/character that serves as the placeholder for the FNC3 functional character. |
FNC4Substitute | A substring/character that serves as the placeholder for the FNC4 functional character. |
Name | Gets the name of the bar code type, which is represented by a current class. Inherited from BarCodeGeneratorBase. |
SymbologyCode | For internal use. Gets the bar code symbology for the current generator object. |
See Also