Orientation Property

Determines the rotation of the barcode image.

Syntax

public int getOrientation()
public void setOrientation(int orientation)

Parameters

orientation

Indicates the rotation:

Remarks

Note that with V3.1, makeSimpleImage and saveSimpleImage support rotation as well (while not requiring your server to run in graphics mode).

If you call makeImage or saveImage (cf. makeSimpleImage and saveSimpleImage), this rotation feature requires Java 2 (JDK 1.2) or higher.