I'm trying to use the code below in a Xamarin.Forms project but I'm getting an error message. Follow the line:
- Code: Select all
//Scan the barcode
string [] dates = Barcodescanner. Scan ("barcode. png");
The error message is:
Reference to type ' Bitmap ' claims it is defined in ' System. Drawing ', but it could not be found.
Any suggestions?