[]
ITagHelper implementation for Code93.
[HtmlTargetElement("c1-code93")]
public class Code93TagHelper : BarcodeBaseTagHelper<Code93>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
<HtmlTargetElement("c1-code93")>
Public Class Code93TagHelper
Inherits BarcodeBaseTagHelper(Of Code93)
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| Code93TagHelper() |
| 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. |
| FullAscii | Configurates FullAscii. Indicates whether the symbol enables encoding of all 93 ASCII characters. |
| LabelPosition | Configurates LabelPosition. Sets where to render the value of the control. |
| ShowLabel | Configurates ShowLabel. Indicates whether the value is rendered under the symbol. |