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.

[Visual Basic]
Public Enum BearerBarStyle
[C#]
public enum BearerBarStyle

Members

Member Name Description
None No bearer bars are drawn on the barcode
Frame The bearer bars are drawn surrounding the symbol
HorizontalRules The bearer bars are drawn at the top and bottom on the symbol

Requirements

Namespace: Neodynamic.ReportingServices

Assembly: Neodynamic.ReportingServices.Barcode (in Neodynamic.ReportingServices.Barcode.dll)

See Also

Neodynamic.ReportingServices Namespace