Background Image

Knowledge base articles about
image

Search DlhSoft Team's blog for image

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 Aspose.PDF components from Aspose (a third party ISV). A sample application showing how you can perform this task (including commented C# source code) is available for download and…

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 …

By design, the GanttChartView component for Windows® Forms includes inherent limitations: Printing will always print the data grid and Gantt Chart on separate pages; Exporting images is difficult as it would require simmulating printing; Printing or exporting images without specific grid columns is difficult to implement. To handle these operations with more ease, we have prepared a free Extras as…

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 …