Background Image

Knowledge base articles about
images

Search DlhSoft Team's blog for images

Trying to export a bitmap image from Gantt Chart list view controls within Gantt Chart Library for WPF or Project Management Library for WPF you may have found that the image quality may be lower when a large image is exported. The issue you have observed is occuring because to generate the output image the Gantt Chart list view controls use ne…

If you intend to export images using GanttChartExporter component from Project Management Framework, and your have large task sets and/or long timeline pages, you should paginate output in a loop to improve performance and decrease memory consumption instead of trying to obtain a very large image in a single call. Here is some sample code which you may use…

If you would like to save PDF files including Gantt Chart images exported from Gantt Chart Library for WPF or Project Management Library for WPF, you can use PDF4NET components from O2 Solutions (a third party ISV). A sample application showing how you can perform this task (including commented C# source code) is available for download …

While the WPF demo application allows the end user to export images from Gantt Chart Light Library components and save them as images files on their computer, in the Silverlight™ demo (i.e. Get Started sample) application we have only shown how you can export images from Gantt Chart Light Library components and present them within external Image elements. However, you can also save the image data …