[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.UpcBaseBuilder-2

UpcBaseBuilder<TControl, TBuilder> Class

Defines a builder to configurate UpcBase.

Inheritance
HideObjectMembers
BaseBuilder<TControl, TBuilder>
ComponentBuilder<TControl, TBuilder>
ControlBuilder<TControl, TBuilder>
BarcodeBaseBuilder<TControl, TBuilder>
UpcBaseBuilder<TControl, TBuilder>
Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public abstract class UpcBaseBuilder<TControl, TBuilder> : BarcodeBaseBuilder<TControl, TBuilder>, IHtmlContent where TControl : UpcBase where TBuilder : UpcBaseBuilder<TControl, TBuilder>
Type Parameters
Name Description
TControl
TBuilder

Constructors

Name Description
UpcBaseBuilder(TControl)

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

Methods

Name Description
AddOn(string)

Configurates AddOn. Sets the addOn value of the control.

AddOnHeight(string)

Configurates AddOnHeight. Sets the height of addOn symbol of the control.

AddOnLabelPosition(LabelPosition)

Configurates AddOnLabelPosition. Sets where to render the addOn value of the control.

LabelPosition(LabelPosition)

Configurates LabelPosition. Sets where to render the value of the control.

QuietZone(IQuietZoneWithAddOn)

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

ShowLabel(bool)

Configurates ShowLabel. Indicates whether the value is rendered under the symbol.