Barcode Xpress for .NET Core v13.9 - Updated
Skew Property




Accusoft.BarcodeXpressSdk Namespace > Result 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 Result
Dim value As Integer
 
value = instance.Skew
public int Skew {get;}
public: __property int get_Skew();
public:
property int Skew {
   int get();
}
Remarks

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

See the Result Class for more information about retrieving results.

See Also

Reference

Result Class
Result Members

Is this page helpful?
Yes No
Thanks for your feedback.