ImageGear .NET - Updated
Skew Property




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeResult Class : Skew Property
Gets the angle of skew for the recognized barcode analyzed.
Syntax
'Declaration
 
Public ReadOnly Property Skew As Integer
'Usage
 
Dim instance As ImGearBarcodeResult
Dim value As Integer
 
value = instance.Skew
public int Skew {get;}
public: __property int get_Skew();
public:
property int Skew {
   int get();
}

Property Value

The angle of skew for the recognized barcode.
Remarks

The skew angle is measured in degrees. 0 degrees is horizontal.

See the ImGearBarcodeResult Class for more information about retrievin results.

See Also

Reference

ImGearBarcodeResult Class
ImGearBarcodeResult Members