c# - Is it possible to show multi page document in Atalasoft AtalaImageViewer? -


i trying show tiff document in wpf application using atalasoft`s atalaimageviewer viewer shows first page of document , there no possibility (i not able find) navigate other pages.

here simple xaml:

xmlns:atala="clr-namespace:atalasoft.imaging.wpf;assembly=atalasoft.dotimage.wpf"  <atala:atalaimageviewer x:name="atalaviewer" cancontentscroll="true"  grid.column="2" margin="0 10 10 10" source="d:\\basic-blank-residential-lease-agreement.tiff"/> 

does 1 know how accomplish task?


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -