Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help
in

Browse by Tags

All Tags » RemoteInvoke » WebAnnotationViewer
Sorry, but there are no more tags available to filter with.
  • Re: Loading a Multipage TIF

    You can use a RemoteInvokable method to switch pages of a Tiff file by opening the same image at a different frame index.  Something like this: // Open a particular frame[RemoteInvokable]public void Remote_LoadFrame(string url, int frame){   this.WebAnnotationViewer1.OpenUrl(url, frame);} The current version of the ...
    Posted to ASP.NET Imaging Discussion (Forum) by David Cilley on August 15, 2007