'Declaration
Public Function TwainBarCodeGetRotation( _ ByVal BarCodeNo As Integer _ ) As TwainBarCodeRotation
public TwainBarCodeRotation TwainBarCodeGetRotation( int BarCodeNo )
public function TwainBarCodeGetRotation( BarCodeNo: Integer ): TwainBarCodeRotation;
public function TwainBarCodeGetRotation( BarCodeNo : int ) : TwainBarCodeRotation;
public: TwainBarCodeRotation TwainBarCodeGetRotation( int BarCodeNo )
public: TwainBarCodeRotation TwainBarCodeGetRotation( int BarCodeNo )
Parameters
- BarCodeNo
- The barcode number. Must be value between 1 and the number of detected barcodes.
Return Value
A member of the TwainBarCodeRotation enumeration.