Code128Util Properties | 
          
The Code128Util type exposes the following members.
| Name | Description | |
|---|---|---|
| AddChecksum | 
            Gets or sets whether a checksum should be generated and attached to the value to encode.
              (Inherited from BarcodeUtil.) | |
| AntiAlias | 
            Gets or Sets whether AntiAlias effect should be applied to all the text in the barcode image. 
              (Inherited from BarcodeUtil.) | |
| BackColor | 
            Gets or Sets the background color.
              (Inherited from BarcodeUtil.) | |
| BarColor | 
            Gets or Sets the color of the bars. 
              (Inherited from BarcodeUtil.) | |
| BarHeight | 
            Gets or Sets the bars height.  
              (Inherited from BarcodeUtil.) | |
| BarRatio | 
            Gets or Sets the wide bars' width compared to the narrow bars' width.
              (Inherited from BarcodeUtil.) | |
| BarWidth | 
            Gets or Sets the narrow bars' width.
              (Inherited from BarcodeUtil.) | |
| BarWidthAdjustment | 
            Gets or sets the bar width adjustment.
              (Inherited from BarcodeUtil.) | |
| BorderColor | 
            Gets or Sets the barcode control border color.
              (Inherited from BarcodeUtil.) | |
| BorderWidth | 
            Gets or Sets the barcode border width.
              (Inherited from BarcodeUtil.) | |
| BottomMargin | 
            Gets or Sets the margin below the barcode bars.
              (Inherited from BarcodeUtil.) | |
| CharacterSet | 
            Gets or sets the character set to be used with a Code128 barcode.
              | |
| CodeAlignment | 
            Gets or Sets the text alignment for the DisplayCode property.
              (Inherited from BarcodeUtil.) | |
| DisplayChecksum | 
            Gets or sets whether the checksum value should be displayed after the value to encode in the barcode image.
              (Inherited from BarcodeUtil.) | |
| DisplayCode | 
            Gets or Sets whether the value to encode will be displayed in the barcode image.
              (Inherited from BarcodeUtil.) | |
| DisplayHumanReadableText | 
            Get or set the Human Readable Text to be displayed instead of the value to encode specified in the ValueToEncode property.
              (Inherited from BarcodeUtil.) | |
| DisplayStopStartChars | 
            Gets or Sets whether start and stop characters should be displayed.
              (Inherited from BarcodeUtil.) | |
| DisplayText | 
            Gets or Sets additional text to show in the barcode image.
              (Inherited from BarcodeUtil.) | |
| Font | 
            Get or set the Font object used when rendering Code and Human Readable text.
              (Inherited from BarcodeUtil.) | |
| ForeColor | 
            Get or set the text color to use when rendering Code and Human Readable text.
              (Inherited from BarcodeUtil.) | |
| Height | 
            Get or set the barcode image height if the AutoSize property is set to false.
              (Inherited from BarcodeUtil.) | |
| HIBCFormattedHumanReadableText | 
            Get or set whether the Human Readable Text is formatted as specified by HIBC standards.
              (Inherited from BarcodeUtil.) | |
| QuietZoneWidth | 
            Gets or Sets the quiet zones' width.
              (Inherited from BarcodeUtil.) | |
| Rotation | 
            Get or set the rotation angle to apply to the barcode.
              (Inherited from BarcodeUtil.) | |
| TextAlignment | 
            Gets or sets the text alignment for the DisplayText property.
              (Inherited from BarcodeUtil.) | |
| TextFont | 
            Get or set the Font object for use when rendering the DisplayText property.
              (Inherited from BarcodeUtil.) | |
| TextForeColor | 
            Get or set the text color when rendering the DisplayText property.
              (Inherited from BarcodeUtil.) | |
| TopMargin | 
            Get or set the height of the margin above the barcode bars.
              (Inherited from BarcodeUtil.) | |
| UseQuietZoneForText | 
            Gets or Sets whether quiet zones are used for drawing Text and/or Code properties.
              (Inherited from BarcodeUtil.) | |
| ValueToEncode | 
            Gets or Sets the value to encode.
              (Inherited from BarcodeUtil.) | |
| Width | 
            Get or set the width of the barcode image if the AutoSize property is set to false.
              (Inherited from BarcodeUtil.) |