[]
Defines a builder to configurate UpcBase.
public abstract class UpcBaseBuilder<TControl, TBuilder> : BarcodeBaseBuilder<TControl, TBuilder>, IHtmlString where TControl : UpcBase where TBuilder : UpcBaseBuilder<TControl, TBuilder>
| Name | Description |
|---|---|
| TControl | |
| TBuilder |
| Name | Description |
|---|---|
| UpcBaseBuilder(TControl) | Creates one UpcBaseBuilder<TControl, TBuilder> instance to configurate |
| 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. |