[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.Gs1DataBarBaseBuilder-2

Gs1DataBarBaseBuilder<TControl, TBuilder> Class

Defines a builder to configurate Gs1DataBarBase.

Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public abstract class Gs1DataBarBaseBuilder<TControl, TBuilder> : BarcodeBaseBuilder<TControl, TBuilder>, IHtmlString where TControl : Gs1DataBarBase where TBuilder : Gs1DataBarBaseBuilder<TControl, TBuilder>
Type Parameters
Name Description
TControl
TBuilder

Constructors

Name Description
Gs1DataBarBaseBuilder(TControl)

Creates one Gs1DataBarBaseBuilder<TControl, TBuilder> instance to configurate component.

Methods

Name Description
HideAiText(bool)

Configurates HideAiText. Indicates whether to show the Application Identifier in the label text.

HideLinkageText(bool)

Configurates HideLinkageText. Indicates whether to show the linkage in the label text.

LabelPosition(LabelPosition)

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

Linkage(string)

Configurates Linkage. Sets a 2D Composite Component and its separator pattern are printed above the GS1 DataBar symbol with the separator pattern aligned and contiguous to the GS1 DataBar symbol.

LinkageHeight(string)

Configurates LinkageHeight. Sets the linkage symbol height.

LinkageVersion(Gs1DataBarLinkageVersion)

Configurates LinkageVersion. Sets the composite barcode component that can be used in linkage.

ShowLabel(bool)

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

Extension Methods