Type: double
Default: 0 The value of this parameter determines the orientation of the barcode image created.
Allowed values: 0 - 360 degrees
Note that while barcodes may be generated for display and printing using the class directly or using the jar as a JavaBean and the Orientation set to any angle, the quality of the printed barcode will be dependent on the resolution of the printing device.
Barcodes generated by applets and servlets are assumed to be designed for a browser and its limited 96 dpi display. For this reason applet and servet systems will find the orientation angle restricted to 0, 90, 180 and 270 degree because other angles will produce bars with jagged edges!
Furthermore, graphic files method saveGraphicToFile() will set the Orientation parameter to 0 before generating the image.
More: