None of the most popular web browsers is capable of printing really large images.
This example demonstrates the application of the NPrintPreviewHttpHandler class,
used to display a pop-up window with a vertically arranged tiled diagram
image, ready for printing from the web browser.
Press the "Print Manager" button to see the print manager pop-up window.
For this example to work, the following code must be added manually to the
configuration/system.web/httpHandlers section of the web.config file:
<add verb="GET,HEAD" path="NevronPrinting.axd" type="Nevron.UI.WebForm.Controls.NPrintPreviewHttpHandler" validate="false"/>
|