[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.Code49Builder

Code49Builder Class

Defines a builder to configurate Code49.

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

Constructors

Name Description
Code49Builder(Code49)

Creates one Code49Builder instance to configurate component.

Methods

Name Description
GroupIndex(int)

Configurates GroupIndex. Sets the index of the symbol in group.

Grouping(bool)

Configurates Grouping. Indicates whether the symbol mode is Group Alphanumeric Mode.

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