I\'m having a weird problem with images in iTextSharp library. I\'m adding the image to the PdfPCell and for some reason it gets scaled up. How do i keep it to original size?
The function has a property to fit image. Only add a true
cell.AddElement(image,true);