[]
Defines a builder to configurate Interleaved2of5.
public class Interleaved2of5Builder : BarcodeBaseBuilder<Interleaved2of5, Interleaved2of5Builder>, IHtmlString
Name | Description |
---|---|
Interleaved2of5Builder(Interleaved2of5) | Creates one Interleaved2of5Builder 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. |
BearerBar(bool) | Configurates BearerBar. Indicates whether to enable bearer bar (the thick black border) around the symbol. |
CheckCharacter(bool) | Configurates CheckCharacter. Indicates whether to enable the check character. Since Interleaved2of5 requires an even number of digits to “interleave” numbers, the data encoded must be an odd number of digits when using a check character, thus resulting in the required even number of digits. |
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. |