PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderBarCode Class / BarDirection Property

In This Topic
    BarDirection Property (RenderBarCode)
    In This Topic
    Gets or sets the direction of the barcode. Obsolete, use Style.TextAngle instead.
    Syntax
    'Declaration
     
    Public Property BarDirection As BarDirectionEnum
    public BarDirectionEnum BarDirection {get; set;}
    See Also