Image issue 2006-08-01 - By Artem
Back Hi All! I want to insert an image element to my pdf-generated document and resize it. First, I create an image object: Image image = Image.GetInstance((byte[])myData); Then, I try to change it size by calling image.ScaleAbsolute(..), ScaleToFit, etc. But it doesn't work! Then I add an image to document it remains in original size. What I might do wrong?
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions
|
|