Tagged Questions
DotImage is a proprietary .NET Imaging SDK by Atalasoft to view, capture, and annotate images & PDF.
2
votes
1answer
152 views
dotnetnuke and dotimage problem
I created a module for dotnetnuke that uses Atalasoft's dotImage viewer. dotImage uses and iframe for "ajax" rendering. My module works great on the home page but in any other page the module loads ...
1
vote
2answers
146 views
Resizing animated gif with dotimage
I have a piece of code which resizes animated gifs.
if it helps the code will always resize images to a smaller size.
(there's no need to make them bigger for now)
I am using Atalasoft's dotimage ...
1
vote
1answer
195 views
Javascript permission denied error when using Atalasoft DotImage
Have a real puzzler here. I'm using Atalasoft DotImage to allow the user to add some annotations to an image. When I add two annotations of the same type that contain text that have the same name, I ...
0
votes
1answer
66 views
Virtualize WinForms ScrollableControl - Expensive Child Items
I am building a PDF Viewer using the Atalasoft DotImage libraries. They have a PDF Viewing component, but it doesn't support the Acrobat style PDF continuous layout, I have to display the pages a page ...