The rotation (or skew) angle of this barcode in degrees.
Object.defineProperty(BarcodeData.prototype, 'rotationAngle',
get: function(),
set: function(value)
)
rotationAngle: number;
The rotation (or skew) angle of this barcode in degrees. The default value is 0.
The ReadBarcodes method is used to read a barcode or more from a document page. This method returns an object or an array of objects of type BarcodeData for each barcode found. Inside each object, the value of the RotationAngle property will be set in degrees, referring to the angle of rotation of the barcode. If the barcode is not rotated, the value will be 0.
This value can be detected using a full circle (from -180 degrees to +180 degrees). Therefore, you can use the barcode rotation's angle to detect the whole document's skew angle.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document