How many bytes are you trying to squeze in that barcode? If your data is 
just one byte what's the final size?

Paulo

----- Original Message ----- 
From: "Marcel Gil Vega" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, October 02, 2007 11:39 PM
Subject: Re: [iText-questions] PDF417 with rows and columns fixed...



Please then say me some one possible solution to this issue according to 
option property and another.

Paulo Soares <[EMAIL PROTECTED]> wrote: A best effort is made to respect 
the rows and columns but they may be
adjusted to keep the barcode valid.

Paulo

----- Original Message ----- 
From: "Marcel Gil Vega"
To:
Sent: Tuesday, October 02, 2007 11:05 PM
Subject: [iText-questions] PDF417 with rows and columns fixed...


Hi,

I want to fix the dimension of output pdf417 image by codeRows and
codeColumns. In order to do that i wrote this code for example:

BarcodePDF417 b = new BarcodePDF417();
b.CodeRows = 23;
b.CodeColumns = 38;
b.Options = BarcodePDF417.PDF417_FORCE_BINARY +
BarcodePDF417.PDF417_FIXED_RECTANGLE ;

and  after call b.CreateDrawingImage(...)  method the values of CodeRows and
CodeColumns are different.
I suppose it happen due to the AspectRatio value then how can i set the
CodeRows and CodeColumns values of output pdf417 bitmap .

Can i say my output image will be a matrix of r by c where r < = 30 and c <=
90?

Thanks you very much in advantage.

Mosquets



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to