Hi
I am trying to read multipage tiff image but dont know how
I tried to display single page tiff getting error
my code is
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Drawing; using System.Drawing.Imaging;
namespace Documentviewer1 { public partial class _Default : System.Web.UI.Page { //string filepath = ""; protected void Page_Load(object sender, EventArgs e) {
//// filepath = "image\045237302.tif"; & ...
Go to the complete details ...