我需要使用 WPF 查看多页 tiff。
我目前有以下内容:
<FlowDocumentReader>
<FlowDocument>
<BlockUIContainer>
<Image x:Name="DocImg" Source="test1752158790.tif" />
</BlockUIContainer>
</FlowDocument>
</FlowDocumentReader>
我只能查看第一页。
有没有办法做到这一点?
谢谢!托德