Leadtools.Services.Barcode.DataContracts Namespace > BarcodeData Class : Angle Property |
[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(); }
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.