[]
Base (abstract) class for all barcode control classes.
public abstract class BarcodeBase : Control, IHtmlString, ITemplate
| Name | Description |
|---|---|
| BarcodeBase(HtmlHelper, string) | Creates one BarcodeBase instance. |
| 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. |