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.
HCHarini Chellappa Syncfusion Team December 6, 2019 06:43 AM UTC
Hi Mustafa,
You can enable all the modules by using following API of
documenteditor.
documenteditor.enableAllModules()
Regards,
Harini C
MKMustafa KayaDecember 6, 2019 08:12 AM UTC
I tried it before you say, but after call "enableAllModules", editor isnt working. I cant write to editor.
HCHarini Chellappa Syncfusion Team December 9, 2019 12:19 PM UTC
Hi Mustafa,
DestroyDependentModules is a private method of document editor.
Hence using this for destroying and trying to enable modules with enableAllModules
creates error. Document editor provides API
only to destroy the whole component.
To unload modules, you can disable module properties and
enable it again to load. Please refer the below documentation for more details.