'Declaration
Public Overloads Function BarcodeDataMatrixReaderDoScan( _ ByVal ImageID As Integer, _ ByVal ScanMode As BarcodeDataMatrixReaderScanMode _ ) As GdPictureStatus
public GdPictureStatus BarcodeDataMatrixReaderDoScan( int ImageID, BarcodeDataMatrixReaderScanMode ScanMode )
public function BarcodeDataMatrixReaderDoScan( ImageID: Integer; ScanMode: BarcodeDataMatrixReaderScanMode ): GdPictureStatus;
public function BarcodeDataMatrixReaderDoScan( ImageID : int, ScanMode : BarcodeDataMatrixReaderScanMode ) : GdPictureStatus;
public: GdPictureStatus BarcodeDataMatrixReaderDoScan( int ImageID, BarcodeDataMatrixReaderScanMode ScanMode )
public: GdPictureStatus BarcodeDataMatrixReaderDoScan( int ImageID, BarcodeDataMatrixReaderScanMode ScanMode )
Parameters
- ImageID
- A unique image identifier of the GdPicture image representing the image in use.
- ScanMode
- A member of the BarcodeDataMatrixReaderScanMode enumeration. The scan mode (speed or quality) used for scanning process.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.