LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

Angle Property

Show in webframe





Gets the barcode angle in degrees.
Syntax
[DataMemberAttribute(Name="Angle", IsRequired=true)]
public int Angle {get;}
'Declaration
 
<DataMemberAttribute(Name="Angle", IsRequired=True)>
Public ReadOnly Property Angle As Integer
'Usage
 
Dim instance As BarcodeData
Dim value As Integer
 
value = instance.Angle

            

            
[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

See Also

Reference

BarcodeData Class
BarcodeData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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