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.
RRRajapandi Ravi Syncfusion Team October 13, 2021 12:34 PM UTC
Hi Tarik,
Greetings from Syncfusion support
From your update, we could see that you like to insert the image in the print document. Based on your query we have prepared a sample and achieved your requirement by using beforePrint event of Grid. Please refer the below code example and sample for more information.
<script>
function beforePrint(args) { //beforePrint event of Grid
var image = document.getElementById('image').cloneNode(true);