|
|
Browse by Tags
All Tags » Printing
-
You can use the sample that is in my blog article, the only change you would need to make would be to save the file(s) from the database to the image cache first. Then you can open them as the article describes.
-
I'm using ImgX (registered) in a VB6 application to print tiff images. Printing works as expected for ''letter'' and ''tabloid'' sizes. When printing large format images (read: architectural drawings ''c-size'', ''d-size'', etc...) I'm attempting to set a custom paper size, however the print result is always on a standard letter size sheet. The ...
-
If all you are doing is that one liner, you can add a button that doesn't post back the entire page:
<input id=''Button1'' type=''button'' value=''Print'' onclick=''WebImageViewer1.Print();'' />
-
One of the most sought after features for developers using our products is that of printing multi-page document images through the web using a thin client/AJAX approach. There are a set of fundamental problems with doing this:
Printing can only be done using the browser's print dialog, as there is no direct way to interface with the ...
|
|
|