Click or drag to resize

IDecoderOptionsAutoRotate Property

Gets or sets a value indicating whether the image should be automatically rotated. Rotation is supported for 90, 180 and 270 degrees. Barcode detector sometimes fails to detect QRCode without this flag even when orientation is zero.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
bool AutoRotate { get; set; }

Property Value

Type: Boolean
See Also