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 int Angle {get;}
DataMemberAttribute(Name="Angle", IsRequired=) get_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.
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