[]
Defines a builder to configurate Gs1DataBarBase.
public abstract class Gs1DataBarBaseBuilder<TControl, TBuilder> : BarcodeBaseBuilder<TControl, TBuilder>, IHtmlString where TControl : Gs1DataBarBase where TBuilder : Gs1DataBarBaseBuilder<TControl, TBuilder>
| Name | Description |
|---|---|
| TControl | |
| TBuilder |
| Name | Description |
|---|---|
| Gs1DataBarBaseBuilder(TControl) | Creates one Gs1DataBarBaseBuilder<TControl, TBuilder> instance to configurate |
| Name | Description |
|---|---|
| HideAiText(bool) | Configurates HideAiText. Indicates whether to show the Application Identifier in the label text. |
| HideLinkageText(bool) | Configurates HideLinkageText. Indicates whether to show the linkage in the label text. |
| LabelPosition(LabelPosition) | Configurates LabelPosition. Sets where to render the value of the control. |
| Linkage(string) | Configurates Linkage. Sets a 2D Composite Component and its separator pattern are printed above the GS1 DataBar symbol with the separator pattern aligned and contiguous to the GS1 DataBar symbol. |
| LinkageHeight(string) | Configurates LinkageHeight. Sets the linkage symbol height. |
| LinkageVersion(Gs1DataBarLinkageVersion) | Configurates LinkageVersion. Sets the composite barcode component that can be used in linkage. |
| ShowLabel(bool) | Configurates ShowLabel. Indicates whether the value is rendered under the symbol. |