[]
        
(Showing Draft Content)

C1.Web.Mvc.Gs1DataBarBase

Gs1DataBarBase Class

Base abstract class for all GS1 DataBar control classes.

Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public abstract class Gs1DataBarBase : BarcodeBase, IHtmlString, ITemplate

Constructors

Name Description
Gs1DataBarBase(HtmlHelper, string)

Creates one Gs1DataBarBase instance.

Properties

Name Description
HideAiText

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

HideLinkageText

Indicates whether to show the linkage in the label text.

LabelPosition

Gets or sets where to render the value of the control.

Linkage

Gets or 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

Gets or sets the linkage symbol height.

LinkageVersion

Gets or sets the composite barcode component that can be used in linkage.

ShowLabel

Indicates whether the value is rendered under the symbol.

Extension Methods