i am trying to get image using the ItextSharp Pdf code snippet
Image Photo= Image.GetInstance(PhotoPath +"\\" + filename);
its working fine .. but at times i want to check if image with filename exists or not .. is there any itextsharp function where i can check if
Photo has valid image or not..
Go to the complete details ...