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