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

       
---------------------------------
Got a little couch potato? 
Check out fun summer activities for kids.
-------------------------------------------------------------------------
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