See Also

Barcode Class  | Barcode Members  | BarCodeDirection

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

Direction Property

Gets or sets the barcode's direction, horizontally or vertically.

[Visual Basic]
Public Property Direction As BarCodeDirection
[C#]
public BarCodeDirection Direction {get; set;}

Return Type

Direction of the barcode.  The default value is BarCodeDirection.LeftToRight.

Example

[C#] 

private void Detail_Format(object sender, System.EventArgs eArgs) 

    this.Barcode1.Direction = BarCodeDirection.RightToLeft; 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
    Me.Barcode1.Direction = BarCodeDirection.RightToLeft
End Sub

See Also

Barcode Class  | Barcode Members  | BarCodeDirection

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.