I have store a binary coded image into my SQL database. This binary coded image has another file named MemberReportImage1 which is there to decode the binary image. I\'m able to
http://www.mikesdotnetting.com/Article/87/iTextSharp-Working-with-images
Please look at above link.
I assume you save binary data of image files in your sql database.
if yes, You don't need to get decoded image. You can use Image.FromStream() to load image data.