'Declaration
Public Overloads Function Barcode1DReaderDoScan( _ ByVal ImageID As Integer, _ ByVal ScanMode As Barcode1DReaderScanMode, _ ByVal BarcodeType As Barcode1DReaderType, _ ByVal ReturnCorrupted As Boolean, _ ByVal ExpectedCount As Integer _ ) As GdPictureStatus
public GdPictureStatus Barcode1DReaderDoScan( int ImageID, Barcode1DReaderScanMode ScanMode, Barcode1DReaderType BarcodeType, bool ReturnCorrupted, int ExpectedCount )
public function Barcode1DReaderDoScan( ImageID: Integer; ScanMode: Barcode1DReaderScanMode; BarcodeType: Barcode1DReaderType; ReturnCorrupted: Boolean; ExpectedCount: Integer ): GdPictureStatus;
public function Barcode1DReaderDoScan( ImageID : int, ScanMode : Barcode1DReaderScanMode, BarcodeType : Barcode1DReaderType, ReturnCorrupted : boolean, ExpectedCount : int ) : GdPictureStatus;
public: GdPictureStatus Barcode1DReaderDoScan( int ImageID, Barcode1DReaderScanMode ScanMode, Barcode1DReaderType BarcodeType, bool ReturnCorrupted, int ExpectedCount )
public: GdPictureStatus Barcode1DReaderDoScan( int ImageID, Barcode1DReaderScanMode ScanMode, Barcode1DReaderType BarcodeType, bool ReturnCorrupted, int ExpectedCount )
Parameters
- ImageID
- A unique image identifier of the GdPicture image representing the image in use.
- ScanMode
- A member of the Barcode1DReaderScanMode enumeration. The scan mode (speed or quality) used for scanning process.
- BarcodeType
- A member or a combination of members of the Barcode1DReaderType enumeration.
- ReturnCorrupted
- ExpectedCount
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.