Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode.Deprecated Namespace > BarcodeData Class : Angle Property |
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;}
get_Angle();
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 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 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.