Tagged Questions

1
vote
1answer
992 views

I need to view a Multipage TIFF in a WPF application

I need to view a multipage tiff with WPF. I currently have the following: <FlowDocumentReader> <FlowDocument> <BlockUIContainer> <Image x:Name="DocImg" ...