BarcodeReader No longer takes Bitmap

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

@SS1414,

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.

  1. Save System.Drawing.Bitmap into MemoryStream (stream position set to 0)
  2. Load Aspose.Drawing.Bitmap from memory stream