[]
Represents a control for drawing Interleaved2of5 barcode type.
public class Interleaved2of5 : BarcodeBase, IHtmlString, ITemplate
Name | Description |
---|---|
Interleaved2of5(HtmlHelper, string) | Creates one Interleaved2of5 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. |
BearerBar | Indicates whether to enable bearer bar (the thick black border) around the symbol. |
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 | 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. |