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
Post a Comment