The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I create .jpg image from an instance of Syncfusion.Windows.Forms.Grid.GridControl. (I used PrintAsBitmap sample project as a guideline for my code.)
However, the quality of .jpg image is really poor.
Is anyone aware of any articles / code samples / postings that deal with creating high-quality images from an instance of Syncfusion.Windows.Forms.Grid.GridControl?
ADAdministrator Syncfusion Team March 3, 2004 09:46 PM UTC
The PrintAsBitmap just compreeses or expands the bitmap to fit the target rectangle. This will lose quality unless the target rectangle is the exact size of the original grid.
So, one possible solution is to try to redraw a zoomed grid so the original grid is the exact size of your target area before you do the PrintAsBitmap. Currently, ther eis no built in zoom functionality though it is on our to-do for a future version. Here is a link to a forum thread that has a zoom sample. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=6367