Class BearerBarStyle
Specifies the bearer bars' type that must be drawn with the barcode image. Bearer bar is only available for 2 of 5, Code 128 and UCC.EAN 128 barcodes.
Inheritance
System.Object
BearerBarStyle
Namespace: Neodynamic.SDK.BarcodeCore
Assembly: Neodynamic.SDK.BarcodeCore.dll
Syntax
public sealed class BearerBarStyle : Enum
Fields
Frame
The bearer bars are drawn surrounding the symbol
Declaration
public const BearerBarStyle Frame
Field Value
Type | Description |
---|---|
BearerBarStyle |
HorizontalRules
The bearer bars are drawn at the top and bottom on the symbol
Declaration
public const BearerBarStyle HorizontalRules
Field Value
Type | Description |
---|---|
BearerBarStyle |
None
No bearer bars are drawn on the barcode
Declaration
public const BearerBarStyle None
Field Value
Type | Description |
---|---|
BearerBarStyle |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |