WPF で複数ページの tiff を表示する必要があります。
私は現在、次のものを持っています:
<FlowDocumentReader>
<FlowDocument>
<BlockUIContainer>
<Image x:Name="DocImg" Source="test1752158790.tif" />
</BlockUIContainer>
</FlowDocument>
</FlowDocumentReader>
最初のページしか表示できません。
これを行う方法はありますか?
ありがとう!トッド