[]
Defines a builder to configurate Code128.
public class Code128Builder : BarcodeBaseBuilder<Code128, Code128Builder>, IHtmlString
| Name | Description |
|---|---|
| Code128Builder(Code128) | Creates one Code128Builder instance to configurate |
| Name | Description |
|---|---|
| AutoWidth(bool) | Configurates AutoWidth. Sets a value indicating whether the control width should automatically change along with the Value length. |
| AutoWidthZoom(int) | Configurates AutoWidthZoom. Sets a zoom factor applied to the automatically calculated control width. |
| CodeSet(Code128CodeSet) | Configurates CodeSet. Sets which kind of code set is used in this control. |
| LabelPosition(LabelPosition) | Configurates LabelPosition. Sets where to render the value of the control. |
| ShowLabel(bool) | Configurates ShowLabel. Indicates whether the value is rendered under the symbol. |