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 just found out... It's just to add PasteCleanupSettings(p => p.PlainText(true))
I had hidden the add image button already
POPrince Oliver Syncfusion Team April 24, 2019 05:02 AM UTC
Hello James,
Greetings from Syncfusion support.
We are glad that you found the solution for your requirement. Please let us know if you need any further assistance on this.
Regards,
Prince
POPrince Oliver Syncfusion Team April 24, 2019 07:25 AM UTC
Hello James,
You can also disable the images in the Rich Text Editor content using DeniedTags property in the PasteCleanupSettings when pasting an image. It will prevent image tags when pasting image element. In PlainText property, the copied content will be converted as a plain text by removing all the HTML tags and styles applied to it and only the plain text is pasted in the editor. If you wish to remove only on image tag, you can use DeniedTags property instead of using PlainText property. Please find the below code.