|
|
Browse by Tags
All Tags » WebImageViewer
Showing page 1 of 5 (44 total posts)
-
Hi Vrushali,
Sorry, but there is no more requirement of resizing image in my project. And I didn't get any solution till now.
I suggest you try different modes of AutoZoom property of WebAnnotationViewer.
Thanks,
Rajesh.
-
Hi SidTrey,First of all thanks for your reply. As you can see I got succeeded in burning a single page document(image). But my problem is I didn't find any solution to loop through all images of a multipage document(image). Can you provide me code to loop through all images of a multipage document(image)? So that I can easily integrate it into my ...
-
Dear sir,
I use Dot Image version 6. I develop an document archive program on asp.net C#
the first I could not find the original file name to download it when user press the download button. I don't need the cached one. I need the original file name.
in my case I have to thumbnail viewer in left and wright. the right one brows the images from a ...
-
Some files cause this error. The files are .tiffs and are Group 4 Fax Encoding. They open OK in various image viewing programs. Is there a workaround?
Thanks,
Brian
-
Hello, I was looking to write some HTML out to a tiff created at runtime by my users. I have not found any information on how to do this. I checked with support and they told me I would need to write my own HtmlDecoder using the draw tools. Let me qoute support here ''it would not be a simple endevor''
Has anyone done this ...
-
I have been using atala for the web, and the zoom in & out feature only performs this the first time, after consecutive clicks this task isnt performed unless we switch to a diferent thumbnail of the tif. Inwhich the new zoom level gets viewed. Is there a workaround for this?
-
The best way to do this is to use a working copy of a multipage tiff image, and instead of rotating the image directly with the WebImageViewer's ApplyCommand, use a RemoteInvoke that rotates the current image, and stuffs the changes back into the working image. Once the RemoteInvoke comes back to the client side, you can then force the ...
-
I found a solution. You just have to set in your WebAnnotationViewer_AnnotationCreated some text:
sticky.Text = ''some text'';
Then it will be editable.
-
I found a solution. I had a multipage document, but it was stored as single pages. So I created a directory for displaying them all with the WebThumbnailViewer. Now I changed my code that I first create one single multipage TIFF from all the single TIFF pages. With this change it works.
-
That works great for me. But when I just change:
<input type=''button'' value=''Rotate 90'' onclick=''Rotate(90);''>
to:
<input type=''image'' src=''./DynamicData/Content/Images/TurnRight.ico'' value=''Rotate 90'' onclick=''Rotate(90);'' />
It doesn't
Why is that?
1
|
|
|