BarcodeScan
Scan Method (Bitmap, Rectangle, BarCodeType)
|
Scans barcode from bitmap.
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public string[] Scan(
Bitmap bitmap,
Rectangle rect,
BarCodeType barcodeType
)
Public Function Scan (
bitmap As Bitmap,
rect As Rectangle,
barcodeType As BarCodeType
) As String()
public:
array<String^>^ Scan(
Bitmap^ bitmap,
Rectangle rect,
BarCodeType barcodeType
)
member Scan :
bitmap : Bitmap *
rect : Rectangle *
barcodeType : BarCodeType -> string[]
Parameters
-
bitmap
-
Type:
System.Drawing
Bitmap
Bitmap object.
-
rect
-
Type:
System.Drawing
Rectangle
Scan rectangle
-
barcodeType
-
Type:
Spire.Barcode
BarCodeType
Barcode Type
Return Value
Type:
String
Barcode text list.
See Also