[]
        
(Showing Draft Content)

C1.Web.Mvc.Interleaved2of5

Interleaved2of5 Class

Represents a control for drawing Interleaved2of5 barcode type.

Inheritance
Interleaved2of5
Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class Interleaved2of5 : BarcodeBase, IHtmlString, ITemplate

Constructors

Name Description
Interleaved2of5(HtmlHelper, string)

Creates one Interleaved2of5 instance.

Properties

Name Description
AutoWidth

Gets or sets a value indicating whether the control width should automatically change along with the Value length.

AutoWidthZoom

Gets or sets a zoom factor applied to the automatically calculated control width.

BearerBar

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

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

Gets or sets where to render the value of the control.

NwRatio

Gets or sets the narrow and wide bar ratio of the control.

ShowLabel

Indicates whether the value is rendered under the symbol.

Extension Methods