【发布时间】:2014-09-24 09:04:44
【问题描述】:
以下是一篇简短的文章,应该可以帮助您了解我的痛苦;( 我试图在图像控件中显示特定的位图框架(Tif 页面)。但我找不到任何合适的图像控件成员。
<Image>
<Image.Source>
<BitmapImage
DecodePixelWidth="500"
UriSource="C:\...\MultiPage.tif"
CacheOption="OnLoad"
CreateOptions="PreservePixelFormat"
RenderOptions.BitmapScalingMode="HighQuality"
RenderOptions.EdgeMode="Aliased"
<!--The following line does not work of course but it should show what I mean:-->
BitmapFrameIndex="3"
/>
</Image.Source>
</Image>
【问题讨论】: