Page 1 of 1

[C# 2010] - Barcode on multipage tiff.

Posted: Thu Dec 06, 2012 3:27 pm
by Dr3w
Hi at all,
is there a way to set it in each page of a .tiff file automatically?
Or, I must work every single page?

Thanks.
Andrea.

Re: [C# 2010] - Barcode on multipage tiff.

Posted: Sun Dec 09, 2012 10:42 am
by SamiKharma
Hi,

You must select each page and draw the barcode on each one.

Best Regards,
Sami

Re: [C# 2010] - Barcode on multipage tiff.

Posted: Mon Dec 10, 2012 10:42 am
by Dr3w
Hi SamiKharma,
I've already tried to select each page (...) and draw barcode with
public GdPictureStatus Barcode1DWrite(
int ImageID,
Barcode1DWriterType BarcodeType,
String Data,
int DstLeft,
int DstTop,
int DstWidth,
int DstHeight,
Color FillColor
);
method (passing its ImageID after each page selection)... But it doesn't work (it doesn't work for the first-page too).
It works greatly without page selection (for the first page, obviously).
I'm sure that I must use another method... Or I have to save every single page into image file and than re-add them into a tiff multipage file? :shock:

Thank you so much.
Regards.

Andrea.

Re: [C# 2010] - Barcode on multipage tiff.

Posted: Mon Dec 10, 2012 3:58 pm
by SamiKharma
Hi Andrea,

Thanks for the report, and has been fixed for the next minor release.

Best,
Sami

Re: [C# 2010] - Barcode on multipage tiff.

Posted: Mon Dec 10, 2012 4:37 pm
by Dr3w
Hi Sami,
my pleasure.

I'll try a work-around until your next release.

Thanks again.

Regards.
Andrea.