'Declaration
Public Overloads Function BarcodeAztecReaderDoScan( _ ByVal ImageID As Integer, _ ByVal ScanMode As BarcodeAztecReaderScanMode _ ) As GdPictureStatus
public GdPictureStatus BarcodeAztecReaderDoScan( int ImageID, BarcodeAztecReaderScanMode ScanMode )
public function BarcodeAztecReaderDoScan( ImageID: Integer; ScanMode: BarcodeAztecReaderScanMode ): GdPictureStatus;
public function BarcodeAztecReaderDoScan( ImageID : int, ScanMode : BarcodeAztecReaderScanMode ) : GdPictureStatus;
public: GdPictureStatus BarcodeAztecReaderDoScan( int ImageID, BarcodeAztecReaderScanMode ScanMode )
public: GdPictureStatus BarcodeAztecReaderDoScan( int ImageID, BarcodeAztecReaderScanMode 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.