There are some posts on SO about doing it in iOS - you could try porting them to MT
http://stackoverflow.com/questions/6635554/how-can-i-generate-a-barcode-on-iphone-and-android http://stackoverflow.com/questions/5759073/barcode-generation-inside-of-ios barcodes are one of those things that turn out to be a lot more complex than you would think - not difficult neccesarily, but there are a lot of different types and formats used for different applications. You might want to find out if your customer has something specific in mind before you invest too much time in it On Mon, Aug 15, 2011 at 7:29 PM, Steve Maddox <[email protected]>wrote: > ** > Hi All, > > I have a customer wanting to generate (not read) simple barcodes for > product offerings in their stores...I've never touched barcode stuff > before... > > Have you guys ran across anything in monotouch to generate them? > > Thanks! > > Steve Maddox > http://www.facebook.com/adsfactory > > > > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
