|
|
Browse by Tags
All Tags » WebImageViewer
Showing page 1 of 3 (27 total posts)
-
The main problem with percentage based height, especially in IE, is that every single parent element all the way up to the root html node must have a defined height in order for this to work. This includes the html, body, form, and any master page placeholder tags between the form and the object you want to size with ...
-
Elaine,
Thanks for your response. This is good news; I will explore and then report back to the Forum.
Bjarne Winkler.
-
Is there a way that I can set brightness and contrast using the WebImageViewer. I have looked at the ApplyCommand, but it does not jump out what the command is. I have tried searching both on-line help and the PDF document for developers and the two words Brightness and Contrast seems missing.
Any help or guidance is ...
-
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 have many files (.jpeg, .gif) in my DB.
I need view all this images on WebThumbnailViewer, with my syntax i get view only one image.
I'm using the follow syntax:
MemoryStream streamImage=null;
DataRow[] rowDoc = dsWork.Tables[''Doc''].Select(''rowid= '120');
foreach (DataRow row in rowDoc)
{
streamImage = new ...
-
I think the subject speaks for itself, but I'll ask anyway.
How do I implement PDF viewing on the clientside?
Thanks
-
My objective is to write a browser based application to do the following:
Load one or more multi-page TIFF images from a directory
Allow viewing, reordering, and rotating of pages
Split or group ranges of pages into their own multi-page TIFF (or insert separator page to designate start of a new section/document)
Preferably use a TreeView to ...
-
We’ve got an imaging application that uses the Webviewer,
version 5.0.2837.18515.
We are partnered with another company and they use our
website to display images, and our page is usually placed in an IFrame on their
page. Everything has been working fine,
but there is one place in their web app that they allow users to select ...
-
That specific error message looks like the PDF decoder is not initialized when the asynchronous requests for the thumbnails are requested. To fix this issue, you can add the PDF Decoder to the RegisteredDecoders on the Page Init event.
I have a suggestion that may improve your performance for this situation (Once you get the PDF loading): ...
-
In most cases we've seen, if the images are loading twice, it's because of a JavaScript event that's firing multiple times.
It can also happen if you select a thumbnail in the WebThumbnailViewer after you've already opened the same image in the WebImageViewer/WebAnnotationViewer. If the WebThumbnailViewer you're using is bound to the ...
1
|
|
|