J Josh May 24, 2005 #1 When I add an image into the pdf it gets bigger. How can I stop this? All ideas welcome, thanks
K kleo Joined Jun 15, 2005 Messages 1 Reaction score 0 Jun 15, 2005 #2 iTextSharp.text.Image jk; jk=iTextSharp.text.Image.getInstance("C:\\some_picture.jpg"); jk.scalePercent(30);
iTextSharp.text.Image jk; jk=iTextSharp.text.Image.getInstance("C:\\some_picture.jpg"); jk.scalePercent(30);