Leadtools.Services.Barcode.DataContracts Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Angle Property
See Also 
Leadtools.Services.Barcode.DataContracts Namespace > BarcodeData Class : Angle Property



(Read only) Gets the barcode angle in degrees.

Syntax

Visual Basic (Declaration) 
<DataMemberAttribute(Name="Angle", IsRequired=True)>
Public ReadOnly Property Angle As Integer
Visual Basic (Usage)Copy Code
Dim instance As BarcodeData
Dim value As Integer
 
value = instance.Angle
C# 
[DataMemberAttribute(Name="Angle", IsRequired=true)]
public int Angle {get;}
C++/CLI 
[DataMemberAttribute(Name="Angle", IsRequired=true)]
public:
property int Angle {
   int get();
}

Return 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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: Imaging Pro/Document/Medical Features