Gets or sets the barcode orientation on the source image. Default is None (zero degrees).

Namespace: Neodynamic.SDK.BarcodeReader
Assembly: Neodynamic.SDK.BarcodeReader (in Neodynamic.SDK.BarcodeReader.dll) Version: 1.0.2000.0 (1.0.2000.0)

Syntax

C#
public BarcodeRotation BarcodeRotation { get; set; }
Visual Basic
Public Property BarcodeRotation As BarcodeRotation
	Get
	Set
Visual C++
public:
property BarcodeRotation BarcodeRotation {
	BarcodeRotation get ();
	void set (BarcodeRotation value);
}

See Also