[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.Gs1_128Builder

Gs1_128Builder Class

Defines a builder to configurate Gs1_128.

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

Constructors

Name Description
Gs1_128Builder(Gs1_128)

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

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