hi,
What is the good resolution to generate a legible barcode to read 100% with Douchette DATALOGIC
ResolutionMode ??
Resolution ??
Thanks you for your help
hi,
What is the good resolution to generate a legible barcode to read 100% with Douchette DATALOGIC
ResolutionMode ??
Resolution ??
Thanks you for your help
hi,
Following your answer the value that must be applied is 300 dpi or more,How I can apply this value,I use:
BarCodeBuilder.setResolution (new Resolution (300, 300, ResolutionMode.Graphics));
What is the foinctionality of the ResolustionMode, Graphic or customized or pinter class?
How can i modify the dimension du barCode ??
builder.setAutoSize(true); ??
builder.setxDimension(2); xDimension Corresponds to the size of the image or the barcode??
builder.setyDimension(6); yDimension Corresponds to the size of the image or the barcode??
builder.setDisplay2DText(""); Display2DText ??
builder.setCodeLocation(CodeLocation.None); CodeLocation???
builder.setResolution(new Resolution(300, 300, ResolutionMode.Graphics));
builder.save(“Barcode.png”);
Thanks you for your helpe
hi,
Thanks for your answer but I still do not understand this “ResolutionMode” mode to personalize the resolution can give me an examples to have a resolution 300dpi.
thanks for your answer.
Hi,
When I apply a resolution on my CodeBar and modify the taile, my barCode I can not read it .
builder.setAutoSize(false);
builder.setImageHeight(10);
builder.setImageWidth(70);
builder.setCodeLocation(CodeLocation.Below);
builder.setResolution(new Resolution(300, 300, ResolutionMode.Graphics));
builder.save(“barCode.png”);
Thanks ,
.
hi,
Thanks for your answer, now I have the good BarCode but when I want to anandirlo to a my execl file I lose my barCode reading.
Picture picture = pictureCollection.get(“BarCode”);
pictureCollection.add(picture.getUpperLeftRow(), picture.getUpperLeftColumn(),“barCode.png”);
thanks you for your response,