[]
Defines a builder to configurate Codabar.
public class CodabarBuilder : BarcodeBaseBuilder<Codabar, CodabarBuilder>, IHtmlString
Name | Description |
---|---|
CodabarBuilder(Codabar) | Creates one CodabarBuilder 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. |
CheckDigit(bool) | Configurates CheckDigit. Indicates whether the symbol needs a check digit with the Luhn algorithm. |
LabelPosition(LabelPosition) | Configurates LabelPosition. Sets where to render the value of the control. |
NwRatio(NarrowWideRatio) | Configurates NwRatio. Sets the narrow and wide bar ratio of the control. |
ShowLabel(bool) | Configurates ShowLabel. Indicates whether the value is rendered under the symbol. |