All Tags »
RemoteInvoke »
WebAnnotationViewer
Sorry, but there are no more tags available to filter with.
-
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 ...