我正在Atalasoft WebAnnotationViewer控件中加载包含7页的TIFF文件。我在查看器中只能看到该文档的首页。
问题:是否有任何属性可以在视口中启用其他页面?
我正在使用以下版本:Atalasoft.dotImage.WebControls.dll - 10.6.1.4867
<cc1:WebAnnotationViewer
ID="WebAnnotationViewer1"
runat="server"
Height="1100px"
Width="100%"
BorderColor="White"
ScrollBarVisibility="Always"
BackColor="Gainsboro"
AutoZoom="FitToWidth"
CacheLevels="5"
TileSize="2000,2000"
ViewStateMode="Enabled">
</cc1:WebAnnotationViewer>
WebAnnotationViewer1.Open(“ file3.tiff”) `