如何在Atalasoft WebAnnotationViewer控件中加载多页文档?

时间:2018-11-22 07:18:50

标签: c# asp.net

我正在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”)   `

0 个答案:

没有答案