Тема: Axapta и PDF417
Показать сообщение отдельно
Старый 18.06.2014, 06:55   #22  
Tritglorlee is offline
Tritglorlee
Участник
 
1 / 10 (1) +
Регистрация: 18.06.2014
Use a .net pdf 417 creating tool to draw and add 2d pdf 417 barcode on image file or document page, like pdf 417on excel and pdf 417 on Word.

PDF417 barcode = new PDF417();
barcode.Code = "PDF-417";
barcode.Resolution = 104;
barcode.Rotate = Rotate.Rotate180;
barcode.Format = ImageFormat.Gif;
barcode.drawBarcode2ImageFile("c:/pdf-417-csharp.gif");