[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.Interleaved2of5TagHelper

Interleaved2of5TagHelper Class

ITagHelper implementation for Interleaved2of5.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-interleaved2of5")]
public class Interleaved2of5TagHelper : BarcodeBaseTagHelper<Interleaved2of5>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
Interleaved2of5TagHelper()

Properties

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.

BearerBar

Configurates BearerBar. Indicates whether to enable bearer bar (the thick black border) around the symbol.

CheckCharacter

Configurates 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

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.