BarcodeScanner
ScanInfo Method (String, BarCodeType)
|
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public static BarcodeInfo[] ScanInfo(
string fileName,
BarCodeType barcodeType
)
Public Shared Function ScanInfo (
fileName As String,
barcodeType As BarCodeType
) As BarcodeInfo()
public:
static array<BarcodeInfo^>^ ScanInfo(
String^ fileName,
BarCodeType barcodeType
)
static member ScanInfo :
fileName : string *
barcodeType : BarCodeType -> BarcodeInfo[]
Parameters
-
fileName
-
Type:
System
String
-
barcodeType
-
Type:
Spire.Barcode
BarCodeType
Return Value
Type:
BarcodeInfo
See Also