We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Export to png, change/increase the export resolution

Hi,

is there a way to increase the the export resolution?
I've attached an example image, which was created in your demo app.. one can barely see that is written on the nodes. 

thanks in advance,
Vladimir.

Attachment: Export_89d28975.zip

1 Reply

RA Ranjitha Amirthalingam Syncfusion Team January 12, 2015 11:12 AM UTC

Hi Vladimir,

Thanks for using Syncfusion Products.

We have analyzed your requirement “way to increase the export resolution”. Your requirement can be achieved by using ExportMode property of the Export Settings. We have provided code snippet to represent this. Please refer to the following code snippet.

Code Snippet:

ExportSettings e = new ExportSettings();

e.ImageStretch = Stretch.Fill;

e.ExportMode = ExportMode.Content;

printdiagram.ExportSettings = e;

 

For more details about customization of Exporting, Please refer to the following online help documentation link.

Link: http://help.syncfusion.com/UG/winrt/documents/customizationofexpor.htm

Please let us know if you require further assistance on this.

Regards,

Ranjitha A


Loader.
Live Chat Icon For mobile
Up arrow icon