GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / BarcodeAztecReaderDoScan_4 Method





In This Topic
BarcodeAztecReaderDoScan_4 Method (GdPictureImaging)
In This Topic
Syntax
'Declaration
 
Public Function BarcodeAztecReaderDoScan_4( _
   ByVal ImageID As Integer, _
   ByVal ScanMode As BarcodeAztecReaderScanMode, _
   ByVal ExpectedCount As Integer, _
   ByVal StopOnExpectedCount As Boolean _
) As GdPictureStatus
public GdPictureStatus BarcodeAztecReaderDoScan_4( 
   int ImageID,
   BarcodeAztecReaderScanMode ScanMode,
   int ExpectedCount,
   bool StopOnExpectedCount
)
public function BarcodeAztecReaderDoScan_4( 
    ImageID: Integer;
    ScanMode: BarcodeAztecReaderScanMode;
    ExpectedCount: Integer;
    StopOnExpectedCount: Boolean
): GdPictureStatus; 
public function BarcodeAztecReaderDoScan_4( 
   ImageID : int,
   ScanMode : BarcodeAztecReaderScanMode,
   ExpectedCount : int,
   StopOnExpectedCount : boolean
) : GdPictureStatus;
public: GdPictureStatus BarcodeAztecReaderDoScan_4( 
   int ImageID,
   BarcodeAztecReaderScanMode ScanMode,
   int ExpectedCount,
   bool StopOnExpectedCount
) 
public:
GdPictureStatus BarcodeAztecReaderDoScan_4( 
   int ImageID,
   BarcodeAztecReaderScanMode ScanMode,
   int ExpectedCount,
   bool StopOnExpectedCount
) 

Parameters

ImageID
ScanMode
ExpectedCount
StopOnExpectedCount
See Also

Reference

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