[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.BarcodeBaseBuilder-2

BarcodeBaseBuilder<TControl, TBuilder> Class

Defines a builder to configurate BarcodeBase.

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

Constructors

Name Description
BarcodeBaseBuilder(TControl)

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

Methods

Name Description
BackgroundColor(string)

Configurates BackgroundColor. Sets the background color to render the control.

Color(string)

Configurates Color. Sets the forecolor to render the control.

Font(IBarcodeFont)

Configurates Font. Sets font info for the label text of the control.

HideExtraChecksum(bool)

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

OnClientIsValidChanged(string)

Configurates the OnClientIsValidChanged client event. Occurs when the IsValid property value changes.

QuietZone(IQuietZone)

Configurates QuietZone. Sets the size of quiet zone (the blank margin) around the barcode symbol.

RenderType(RenderType)

Configurates RenderType. Sets the rendering type of the control.

Value(string)

Configurates Value. Sets the current code value rendered by the control.

Extension Methods