[]
ITagHelper implementation for Codabar.
[HtmlTargetElement("c1-codabar")]
public class CodabarTagHelper : BarcodeBaseTagHelper<Codabar>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
Name | Description |
---|---|
CodabarTagHelper() |
Name | Description |
---|---|
AutoWidth | Configurates AutoWidth. Sets a value indicating whether the control width should automatically change along with the Value length. |
AutoWidthZoom | Configurates AutoWidthZoom. Sets a zoom factor applied to the automatically calculated control width. |
CheckDigit | Configurates CheckDigit. Indicates whether the symbol needs a check digit with the Luhn algorithm. |
LabelPosition | Configurates LabelPosition. Sets where to render the value of the control. |
NwRatio | Configurates NwRatio. Sets the narrow and wide bar ratio of the control. |
ShowLabel | Configurates ShowLabel. Indicates whether the value is rendered under the symbol. |