'Declaration
Public Overloads Function BarcodeQRReaderDoScan( _ ByVal ImageID As Integer, _ ByVal ScanMode As BarcodeQRReaderScanMode _ ) As GdPictureStatus
public GdPictureStatus BarcodeQRReaderDoScan( int ImageID, BarcodeQRReaderScanMode ScanMode )
public function BarcodeQRReaderDoScan( ImageID: Integer; ScanMode: BarcodeQRReaderScanMode ): GdPictureStatus;
public function BarcodeQRReaderDoScan( ImageID : int, ScanMode : BarcodeQRReaderScanMode ) : GdPictureStatus;
public: GdPictureStatus BarcodeQRReaderDoScan( int ImageID, BarcodeQRReaderScanMode ScanMode )
public: GdPictureStatus BarcodeQRReaderDoScan( int ImageID, BarcodeQRReaderScanMode ScanMode )
Parameters
- ImageID
- A unique image identifier of the GdPicture image representing the image in use.
- ScanMode
- A member of the BarcodeAztecReaderScanMode 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.