diff --git a/Table/PdfGrid/Add-different-font-style-for-particular-table-cell/.NET/Add-different-font-style-for-particular-table-cell/Program.cs b/Table/PdfGrid/Add-different-font-style-for-particular-table-cell/.NET/Add-different-font-style-for-particular-table-cell/Program.cs index 5e3acc05..9c86702f 100644 --- a/Table/PdfGrid/Add-different-font-style-for-particular-table-cell/.NET/Add-different-font-style-for-particular-table-cell/Program.cs +++ b/Table/PdfGrid/Add-different-font-style-for-particular-table-cell/.NET/Add-different-font-style-for-particular-table-cell/Program.cs @@ -2,7 +2,6 @@ using Syncfusion.Pdf.Grid; using Syncfusion.Pdf; using Syncfusion.Drawing; -using System.Reflection.Metadata; //Create a new PDF document. using (PdfDocument document = new PdfDocument()) diff --git a/Table/PdfGrid/Add-the-background-image-in-a-PDF-table-cell/.NET/Add-the-background-image-in-a-PDF-table-cell/Program.cs b/Table/PdfGrid/Add-the-background-image-in-a-PDF-table-cell/.NET/Add-the-background-image-in-a-PDF-table-cell/Program.cs index d2c9880f..0a9ec466 100644 --- a/Table/PdfGrid/Add-the-background-image-in-a-PDF-table-cell/.NET/Add-the-background-image-in-a-PDF-table-cell/Program.cs +++ b/Table/PdfGrid/Add-the-background-image-in-a-PDF-table-cell/.NET/Add-the-background-image-in-a-PDF-table-cell/Program.cs @@ -2,7 +2,6 @@ using Syncfusion.Pdf.Grid; using Syncfusion.Pdf; using Syncfusion.Drawing; -using System.Reflection.Metadata; //Create a new PDF document. PdfDocument pdfDocument = new PdfDocument(); diff --git a/Table/PdfGrid/Create-nested-table-in-a-PDF-document/.NET/Create-nested-table-in-a-PDF-document/Program.cs b/Table/PdfGrid/Create-nested-table-in-a-PDF-document/.NET/Create-nested-table-in-a-PDF-document/Program.cs index 1ed22b4f..1ae8317f 100644 --- a/Table/PdfGrid/Create-nested-table-in-a-PDF-document/.NET/Create-nested-table-in-a-PDF-document/Program.cs +++ b/Table/PdfGrid/Create-nested-table-in-a-PDF-document/.NET/Create-nested-table-in-a-PDF-document/Program.cs @@ -1,7 +1,6 @@ using Syncfusion.Pdf.Grid; using Syncfusion.Pdf; using Syncfusion.Drawing; -using System.Reflection.Metadata; //Create a new PDF document. using (PdfDocument document = new PdfDocument()) diff --git a/Table/PdfGrid/Draw-HTML-styled-text-in-a-PDF-table-cell/.NET/Draw-HTML-styled-text-in-a-PDF-table-cell/Program.cs b/Table/PdfGrid/Draw-HTML-styled-text-in-a-PDF-table-cell/.NET/Draw-HTML-styled-text-in-a-PDF-table-cell/Program.cs index 8d1f2c32..43438630 100644 --- a/Table/PdfGrid/Draw-HTML-styled-text-in-a-PDF-table-cell/.NET/Draw-HTML-styled-text-in-a-PDF-table-cell/Program.cs +++ b/Table/PdfGrid/Draw-HTML-styled-text-in-a-PDF-table-cell/.NET/Draw-HTML-styled-text-in-a-PDF-table-cell/Program.cs @@ -2,7 +2,6 @@ using Syncfusion.Pdf.Graphics; using Syncfusion.Pdf.Grid; using Syncfusion.Drawing; -using System.Reflection.Metadata; //Create a new PDF document. using (PdfDocument document = new PdfDocument()) diff --git a/Table/PdfGrid/Draw-borderless-table-in-PDF-document/.NET/Draw-borderless-table-in-PDF-document/Program.cs b/Table/PdfGrid/Draw-borderless-table-in-PDF-document/.NET/Draw-borderless-table-in-PDF-document/Program.cs index 1e09fd91..4d9a43b7 100644 --- a/Table/PdfGrid/Draw-borderless-table-in-PDF-document/.NET/Draw-borderless-table-in-PDF-document/Program.cs +++ b/Table/PdfGrid/Draw-borderless-table-in-PDF-document/.NET/Draw-borderless-table-in-PDF-document/Program.cs @@ -2,7 +2,6 @@ using Syncfusion.Pdf.Grid; using Syncfusion.Pdf; using Syncfusion.Drawing; -using System.Reflection.Metadata; //Create a new PDF document. using (PdfDocument document = new PdfDocument()) diff --git a/Table/PdfGrid/Insert-image-in-a-particular-table-cell/.NET/Insert-image-in-a-particular-table-cell/Program.cs b/Table/PdfGrid/Insert-image-in-a-particular-table-cell/.NET/Insert-image-in-a-particular-table-cell/Program.cs index 0a596c3e..ef2a3750 100644 --- a/Table/PdfGrid/Insert-image-in-a-particular-table-cell/.NET/Insert-image-in-a-particular-table-cell/Program.cs +++ b/Table/PdfGrid/Insert-image-in-a-particular-table-cell/.NET/Insert-image-in-a-particular-table-cell/Program.cs @@ -2,7 +2,6 @@ using Syncfusion.Pdf.Grid; using Syncfusion.Pdf; using Syncfusion.Drawing; -using System.Reflection.Metadata; //Create a new PDF document. using (PdfDocument document = new PdfDocument())