Project

General

Profile

Show content below Barcode Image WP7

Added by deeps about 7 years ago

Hello,

I am using MessagingToolkit for generating EAN13 Barcode Image of a number 13 digit long.
I want the content to be shown below the barcode lines, in the image. Please find the attached image, I want the resulting
barcode image should look like it. But the image i am generating contains only lines, no characters or numbers.
I tried some options but happened nothing.

My code look like this :

BarcodeEncoder barcode = new BarcodeEncoder();
barcode.Alignment = AlignmentPositions.Center;
barcode.BackColor = System.Windows.Media.Colors.White;
barcode.EncodedBarcodeFormat = MessagingToolkit.Barcode.BarcodeFormat.EAN13;
WriteableBitmap wbimg = new WriteableBitmap(600, 200);
string couponId = "1000000000010";
wbimg  = barcode.Encode(MessagingToolkit.Barcode.BarcodeFormat.EAN13, couponId);

What should i do ?

Please reply, its urgent.

Thanks.

barcode.jpg (167 KB) barcode.jpg Generating Barcode Image In WP7

Replies (1)

RE: Show content below Barcode Image WP7 - Added by admin about 7 years ago

Hi,

We are working on this bug fix. You should be able to get a new release in 1-2 weeks time.

Thanks
Regards
admin

    (1-1/1)