After reading Using LibTiff from C# (to access tiled TIFF images) I decided to try to use .Net built in framework class TiffBitmapDecoder
to generate the pdf from tiled TIFF image.
I got a big TIFF image around 4MB, which has tiles. I used iTextSharp before but it is not supporting tiles error.
But how do I add the PresentationCore.dll
assembly in my web project reference?
I could not able to see in Add Reference dialog
. I use .Net 4.0 ASP.Net webform project
It shows only System.Windows.Presentation
Also do any one processed tiled TIFF to pdf with .Net built in Framework classes with out using 3rd party libraries like LibTIFF?