Specifies the direction of the barcode

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum BarDirectionEnum
Visual Basic
Public Enumeration BarDirectionEnum

Members

Member nameDescription
Normal The barcode is rendered in the horizontal direction.
Up The barcode is rendered from the bottom up.
Down The barcode is rendered from the top down.

See Also