Hi everybody,
I have found a problem with the following methods in BarcodeBuilder class:
//Instantiate barcode object
BarCodeBuilder bb = new BarCodeBuilder();//Instantiate barcode object
// public d generateBarCodeImage() !?!?
Image image = bb.generateBarCodeImage(); // can't work !!!!
//Set up code text color
bb.setCodeTextColor(Color.RED);
setCodeTextColor(com.aspose.msbarcode.System.d.j) in com.aspose.barcode.BarCodeBuilder cannot be applied to (java.awt.Color)setCodeTextColor(com.aspose.msbarcode.System.d.j) in com.aspose.barcode.BarCodeBuilder cannot be applied to (java.awt.Color)
Same problem with the class method:setCodeTextFont();
(com.aspose.msbarcode.System.d.t).
This problem occured with the library aspose-barcode-5.0.0-jdk14 and maybe 1.5 too !!!
Can you help me please or solve this issue?
Thanks for your help.
Regards,
Mathieu