Jump to content

mostmore

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by mostmore

  1. i'd like you to see some of my work on <snip>]. any suggestion? REImage reImage = REFile.OpenImageFile("c:/Sample.png", new PNGDecoder()); Linear barcode = new Linear();//create a barcode barcode.Type = RasterEdge.Imaging.Barcode.Creator.BarcodeType.CODE128;//select barcode type barcode.Data = "123456789";//set barcode data barcode.X = 1.0F;//set x barcode.Y = 60.0F;//set y barcode.Resolution = 96;//set resolution barcode.Rotate = Rotate.Rotate0;//set rotate barcode.DrawBarcode(reImage, 300, 450);//draw barcode on REImage with location x and y REFile.SaveImageFile(reImage, "c:/code128.png", new PNGEncoder());
×
×
  • Create New...