LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)
LEAD Technologies, Inc

Angle Property






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 int Angle {get;}
DataMemberAttribute(Name="Angle", IsRequired=)
 get_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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BarcodeData Class
BarcodeData Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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