[]
        
(Showing Draft Content)

C1.Web.Mvc.UpcBase

UpcBase Class

Base abstract class for all UPC barcode control classes.

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

Constructors

Name Description
UpcBase(HtmlHelper, string)

Creates one UpcBase instance.

Properties

Name Description
AddOn

Gets or sets the addOn value of the control.

AddOnHeight

Gets or sets the height of addOn symbol of the control.

AddOnLabelPosition

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

LabelPosition

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

QuietZone

Gets or sets the size of quiet zone (the blank margin) around the barcode symbol.

ShowLabel

Indicates whether the value is rendered under the symbol.

Extension Methods