[]
        
(Showing Draft Content)

C1.Web.Mvc.EanBase

EanBase Class

Base abstract class for Ean8 and Ean13 control classes.

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

Constructors

Name Description
EanBase(HtmlHelper, string)

Creates one EanBase instance.

Properties

Name Description
LabelPosition

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

ShowLabel

Indicates whether the value is rendered under the symbol.

Extension Methods