[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.Code93Builder

Code93Builder Class

Defines a builder to configurate Code93.

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

Constructors

Name Description
Code93Builder(Code93)

Creates one Code93Builder 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 93 ASCII characters.

LabelPosition(LabelPosition)

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

ShowLabel(bool)

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

Extension Methods