Resize Image

Hello,

There is, transformation crop, rotate and flip, And about resize image, any idea when release or it's possible resize  programmatically??

Thanks.


1 Reply

ET Eswaran Thirugnanasambandam Syncfusion Team August 16, 2021 12:57 PM UTC

Hi Mário Cleber Bidóia  
 
Thanks for contacting Syncfusion support. 
  
Your requirement can be achieved by using Save method. In the Save method, we can pass width and height values as an argument to resize the image.  The code snippet to resize the image is provided below:  
 
[C#]: 
editor.Save(".png", new Size(913,764));  
 
For more details about the save method please check the below link.  
 
 
Based on your requirement we have prepared a sample to resize the image. Please get the sample from the below link.  
 
 
Please check the sample and let us know if you have any concerns.   
 
Regards,   
Eswaran 


Loader.
Up arrow icon