Detects barcodes on the given bitmap image. This method only works on Windows.
[Obsolete("System.Drawing.Bitmap objects cannot be instantiated on non-Windows platforms when targeting .NET 7.0 and later. This method will only work on Windows, and will be removed in a future release. Use a different overload instead.")]
public Result[] Analyze(
Bitmap
)
[Obsolete("System.Drawing.Bitmap objects cannot be instantiated on non-Windows platforms when targeting .NET 7.0 and later. This method will only work on Windows, and will be removed in a future release. Use a different overload instead.")]
public: Result*[]* Analyze(
Bitmap*
)
[Obsolete("System.Drawing.Bitmap objects cannot be instantiated on non-Windows platforms when targeting .NET 7.0 and later. This method will only work on Windows, and will be removed in a future release. Use a different overload instead.")]
public:
array<Result^>^ Analyze(
Bitmap^
)
'Declaration
<ObsoleteAttribute("System.Drawing.Bitmap objects cannot be instantiated on non-Windows platforms when targeting .NET 7.0 and later. This method will only work on Windows, and will be removed in a future release. Use a different overload instead.")>
Public Overloads Function Analyze( _
ByVal As Bitmap _
) As Result()
'Usage
Dim instance As Reader
Dim bitmap As Bitmap
Dim value() As Result
value = instance.Analyze(bitmap)
Parameters
- bitmap
- A bitmap containing the image to be analyzed.