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: __property int get_Skew();
public:
property int Skew {
int get();
}
See Also