[]
Base abstract class for all UPC barcode control classes.
public abstract class UpcBase : BarcodeBase, IHtmlString, ITemplate
| Name | Description |
|---|---|
| UpcBase(HtmlHelper, string) | Creates one UpcBase instance. |
| Name | Description |
|---|---|
| AddOn | Gets or sets the addOn value of the control. |
| AddOnHeight | Gets or sets the height of addOn symbol of the control. |
| AddOnLabelPosition | Gets or sets where to render the addOn value of the control. |
| LabelPosition | Gets or sets where to render the value of the control. |
| QuietZone | Gets or sets the size of quiet zone (the blank margin) around the barcode symbol. |
| ShowLabel | Indicates whether the value is rendered under the symbol. |