[]
Represents a control for drawing Codabar barcode type.
public class Codabar : BarcodeBase, IHtmlString, ITemplate
| Name | Description |
|---|---|
| Codabar(HtmlHelper, string) | Creates one Codabar instance. |
| Name | Description |
|---|---|
| AutoWidth | Gets or sets a value indicating whether the control width should automatically change along with the Value length. |
| AutoWidthZoom | Gets or sets a zoom factor applied to the automatically calculated control width. |
| CheckDigit | Indicates whether the symbol needs a check digit with the Luhn algorithm. |
| LabelPosition | Gets or sets where to render the value of the control. |
| NwRatio | Gets or sets the narrow and wide bar ratio of the control. |
| ShowLabel | Indicates whether the value is rendered under the symbol. |