[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.Code128TagHelper

Code128TagHelper Class

ITagHelper implementation for Code128.

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

Constructors

Name Description
Code128TagHelper()

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.

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.