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 am trying to build a review app, in which I have a button, which when I click - I need to enumerate all items inside the result collage inside SfImageEditor, and get their width and heights.
VRVignesh Ramesh Syncfusion Team January 17, 2022 04:22 PM UTC
Hi Molier de Ritoi,
We have checked your query and would like to inform you that SfImageEditor has support to get the settings of the added items through the Selected/UnSelected events only and it does not have a List/Collection to get the added items along with its settings.
Regards,
Vignesh Ramesh.
JCJonah ColemanMarch 9, 2022 02:12 AM UTC
You can call .LoadEdits() and de-serialize the JSON returned. The classes are not provided by SyncFusion but they aren't very hard to figure out.
JCJonah ColemanMarch 9, 2022 02:36 AM UTC
Of course (as you know from other posts) Custom Views won't be in it.
ETEswaran Thirugnanasambandam Syncfusion Team March 9, 2022 04:42 PM UTC
Hi Molier de Ritoi,
As Jonah Coleman said, we can get the Shapes collection added in the ImageEditor from the JSON stream which is returned from the SaveEdits() methods. But as of now, it will not contain the CustomView’s information.
Please find the below user guide documentation links for more information about serialization support in ImageEditor.