←Select platform

Angle Property

Summary

Gets the barcode angle in degrees.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Angle", IsRequired=true)] 
public int Angle { get; } 
  
<DataMemberAttribute(Name="Angle", IsRequired=True)> 
Public ReadOnly Property Angle As Integer 
[DataMemberAttribute(Name="Angle", IsRequired=true)] 
public: 
property int Angle { 
   int get(); 
} 

Property Value

Barcode angle in hundredths of degrees. Possible values range from -18000 to 18000 using two digit precision. To obtain the real value of the angle, divide this value by 100.0.

Remarks

It detects any barcode angle, i.e. from -180 to +180.

It is very useful to detect a document's image skew angle. To correct the image angle, provide this angle to IImageProcessingService Interface RotateMethod when deskewing the image or rotating the image in the opposite direction.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly