In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / BarcodeQRReaderDoScan_4 Method

BarcodeQRReaderDoScan_4 Method (GdPictureImaging)

In This Topic
Syntax
'Declaration

 

Public Function BarcodeQRReaderDoScan_4( _

   ByVal ImageID As Integer, _

   ByVal ScanMode As BarcodeQRReaderScanMode, _

   ByVal ExpectedCount As Integer, _

   ByVal StopOnExpectedCount As Boolean _

) As GdPictureStatus
public GdPictureStatus BarcodeQRReaderDoScan_4( 

   int ImageID,

   BarcodeQRReaderScanMode ScanMode,

   int ExpectedCount,

   bool StopOnExpectedCount

)
public function BarcodeQRReaderDoScan_4( 

    ImageID: Integer;

    ScanMode: BarcodeQRReaderScanMode;

    ExpectedCount: Integer;

    StopOnExpectedCount: Boolean

): GdPictureStatus; 
public function BarcodeQRReaderDoScan_4( 

   ImageID : int,

   ScanMode : BarcodeQRReaderScanMode,

   ExpectedCount : int,

   StopOnExpectedCount : boolean

) : GdPictureStatus;
public: GdPictureStatus BarcodeQRReaderDoScan_4( 

   int ImageID,

   BarcodeQRReaderScanMode ScanMode,

   int ExpectedCount,

   bool StopOnExpectedCount

) 
public:

GdPictureStatus BarcodeQRReaderDoScan_4( 

   int ImageID,

   BarcodeQRReaderScanMode ScanMode,

   int ExpectedCount,

   bool StopOnExpectedCount

) 

Parameters

ImageID
ScanMode
ExpectedCount
StopOnExpectedCount
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members