I have a SQL server table with a field that stores binary data. The binary data is of "muliple page TIFF" image\file. I want to display this multiple page Tiff image\file in my WPF application, using a scroll viewer, a viewbox, and image controls. How can I do this?
I need both XAML and VB.Net code-behind samples.
Thank you,