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.
ETEswaran 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.