[]
ITagHelper implementation for Code39.
[HtmlTargetElement("c1-code39")]
public class Code39TagHelper : BarcodeBaseTagHelper<Code39>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
<HtmlTargetElement("c1-code39")>
Public Class Code39TagHelper
Inherits BarcodeBaseTagHelper(Of Code39)
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| Code39TagHelper() |
| 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 128 ASCII characters. |
| LabelPosition | Configurates LabelPosition. Sets where to render the value of the control. |
| LabelWithStartAndStopCharacter | Configurates LabelWithStartAndStopCharacter. Indicates whether to show the start and stop character in the label. |
| 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. |