Barcode index. Must be between 1 and Barcode1DReaderGetBarcodeCount returned. value.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / Barcode1DReaderGetBarcodeSkewAngle Method

Barcode1DReaderGetBarcodeSkewAngle Method (GdPictureImaging)

In This Topic
Returns the angle of a barcode detected by the Barcode1DReaderDoScan method.
Syntax
'Declaration
 
Public Function Barcode1DReaderGetBarcodeSkewAngle( _
   ByVal BarcodeNo As Integer _
) As Double
public double Barcode1DReaderGetBarcodeSkewAngle( 
   int BarcodeNo
)
public function Barcode1DReaderGetBarcodeSkewAngle( 
    BarcodeNo: Integer
): Double; 
public function Barcode1DReaderGetBarcodeSkewAngle( 
   BarcodeNo : int
) : double;
public: double Barcode1DReaderGetBarcodeSkewAngle( 
   int BarcodeNo
) 
public:
double Barcode1DReaderGetBarcodeSkewAngle( 
   int BarcodeNo
) 

Parameters

BarcodeNo
Barcode index. Must be between 1 and Barcode1DReaderGetBarcodeCount returned. value.

Return Value

The barcode angle in degrees. The angle is measured clockwise relative to the horizontal axis of the image.
Remarks

This method is used in the "Barcode Recognition" Demo.

See Also