|
|
Browse by Tags
All Tags » WebImageViewer » JavaScript
-
TitleBar is not persisted from a RemoteInvoke.
You can change this property on the client side by using this:
WebImageViewer1.setTitleBar('New Text Here...');
-
I think the subject speaks for itself, but I'll ask anyway.
How do I implement PDF viewing on the clientside?
Thanks
-
Hi All,
I have downloaded, and am using, the evaluation version of DotImage 5.0d SDK w/OCR.
The web application that I am writing has some design constraints that I am trying to overcome. I want the application to look and act like the demo application found here: http://www.atalasoft.com/ajaxviewer/ The thumbnails should ...
-
As long as both of your viewers are the same size, the images that they contain are the same size, and both controls are at the same zoom level, the code below will work:
<cc1:WebImageViewer ID=''WebImageViewer1'' runat=''server'' Height=''400px'' Width=''300px'' /><cc1:WebImageViewer ID=''WebImageViewer2'' runat=''server'' ...
-
You will need to make sure that the code snippet you provided is placed and executed after the WebImageViewer's location in the page. You cannot place atalaInitClientScript calls in the header because the corresponding Atalasoft .js libraries have not been referenced yet. You will basically need to structure it like ...
-
I am displaying image on WebImageViewer and it successfully get displayed on my machine.
But while deploying application on other machine which donot have Visual Studio 2005 but have .Net Framework 3.0, the image doesnot get displayed.
Pls help!
|
|
|