[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.Code39Builder

Code39Builder Class

Defines a builder to configurate Code39.

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

Constructors

Name Description
Code39Builder(Code39)

Creates one Code39Builder 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.

CheckDigit(bool)

Configurates CheckDigit. Indicates whether the symbol needs a check digit with the Luhn algorithm.

FullAscii(bool)

Configurates FullAscii. Indicates whether the symbol enables encoding of all 128 ASCII characters.

LabelPosition(LabelPosition)

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

LabelWithStartAndStopCharacter(bool)

Configurates LabelWithStartAndStopCharacter. Indicates whether to show the start and stop character in the label.

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