LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

Angle Property








Gets the barcode angle in hundredths of degrees. .NET support
Syntax
public int Angle {get;}
'Declaration
 
Public ReadOnly Property Angle As Integer
'Usage
 
Dim instance As BarcodeData
Dim value As Integer
 
value = instance.Angle
public int Angle {get;}
ObjectiveC Syntax
Java Syntax
 get_Angle(); 
public:
property int Angle {
   int get();
}

Property Value

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

A full circle can be detected (from -180 to +180).

It is very useful to detect a document's image skew angle. Use this parameter to correct an image's skew. To do so, provide the angle found to the Leadtools.ImageProcessing.RotateCommand function to rotate the image in the opposite direction using the negative value of the returned Angle.

The major difference between this value and the value found using the Leadtools.ImageProcessing.Core.DeskewCommand is that there is no limitation on the barcode angle, i.e. all angles can be detected, where the deskew command is limited to +/- 20 degrees.

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.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features