[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.Interleaved2of5Builder

Interleaved2of5Builder Class

Defines a builder to configurate Interleaved2of5.

Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class Interleaved2of5Builder : BarcodeBaseBuilder<Interleaved2of5, Interleaved2of5Builder>, IHtmlString

Constructors

Name Description
Interleaved2of5Builder(Interleaved2of5)

Creates one Interleaved2of5Builder instance to configurate component.

Methods

Name Description
AutoWidth(bool)

Configurates AutoWidth. Sets a value indicating whether the control width should automatically change along with the Value length.

AutoWidthZoom(int)

Configurates AutoWidthZoom. Sets a zoom factor applied to the automatically calculated control width.

BearerBar(bool)

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

CheckCharacter(bool)

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(LabelPosition)

Configurates LabelPosition. Sets where to render the value of the control.

NwRatio(NarrowWideRatio)

Configurates NwRatio. Sets the narrow and wide bar ratio of the control.

ShowLabel(bool)

Configurates ShowLabel. Indicates whether the value is rendered under the symbol.

Extension Methods