FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Document Namespace / BarcodeOptions Class / BarCodeDirection Property

In This Topic
    BarCodeDirection Property (BarcodeOptions)
    In This Topic
    Gets or sets the direction of the barcode.
    Syntax
    'Declaration
     
    Public Property BarCodeDirection As GrapeCity.Documents.Barcode.BarCodeDirection
    public GrapeCity.Documents.Barcode.BarCodeDirection BarCodeDirection {get; set;}
    See Also