[]
        
(Showing Draft Content)

C1.Web.Mvc.BarcodeBase

BarcodeBase Class

Base (abstract) class for all barcode control classes.

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

Constructors

Name Description
BarcodeBase(HtmlHelper, string)

Creates one BarcodeBase instance.

Properties

Name Description
BackgroundColor

Gets or sets the background color to render the control.

Color

Gets or sets the forecolor to render the control.

Font

Gets or sets font info for the label text of the control.

HideExtraChecksum

Indicates whether to show the check digit in the label text of the control.

OnClientIsValidChanged

Occurs when the IsValid property value changes.

QuietZone

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

RenderType

Gets or sets the rendering type of the control.

Value

Gets or sets the current code value rendered by the control.

Extension Methods