[]
ITagHelper implementation for Code128.
[HtmlTargetElement("c1-code128")]
public class Code128TagHelper : BarcodeBaseTagHelper<Code128>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
<HtmlTargetElement("c1-code128")>
Public Class Code128TagHelper
Inherits BarcodeBaseTagHelper(Of Code128)
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| Code128TagHelper() |
| 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. |
| CodeSet | Configurates CodeSet. Sets which kind of code set is used in this control. |
| LabelPosition | Configurates LabelPosition. Sets where to render the value of the control. |
| ShowLabel | Configurates ShowLabel. Indicates whether the value is rendered under the symbol. |