[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.Itf14Builder

Itf14Builder Class

Defines a builder to configurate Itf14.

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

Constructors

Name Description
Itf14Builder(Itf14)

Creates one Itf14Builder instance to configurate component.

Methods

Name Description
BearerBar(bool)

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

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