Orientation
int orientation
Default value of orientation is 0.
You can set its value to one of the following values:
0: bottom
1: left
2: top
3: right
BCSBarcodeCtrl1.Orientation = 0;
You can also setup orientation property through URL:
<img src="Barcodesoft.ashx?s=code39&TEXT=1234&orientation=left>
|