Hello,
I just updated to the newest version of aspose barcode. BarcodeReader no longer takes Bitmaps. It uses Aspose.Drawing.Bitmap. Is there a way to convert a bitmap to an aspose.drawing bitmap and vise versa.
Thanks
Hello,
I just updated to the newest version of aspose barcode. BarcodeReader no longer takes Bitmaps. It uses Aspose.Drawing.Bitmap. Is there a way to convert a bitmap to an aspose.drawing bitmap and vise versa.
Thanks
BarCodeReader takes System.Drawing.Bitmap as parameter for the projects using common .NET framework versions (e.g., 2.0, 3.x, 4.x). Do you use .NET6.0/.NET Core? Could you please share a sample .NET project to demonstrate the issue? We will check it soon.