You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Header and Footer/Adding-dynamic-headers-and-footers-in-PDF/.NET/Adding-dynamic-headers-and-footers-in-PDF/Program.cs
+25-30Lines changed: 25 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,7 @@
2
2
usingSyncfusion.Pdf;
3
3
usingSyncfusion.Pdf.Graphics;
4
4
5
-
classProgram
6
-
{
7
-
staticvoidMain(string[]args)
8
-
{
9
-
//Create a new PDF document.
5
+
//Create a new PDF document.
10
6
using(PdfDocumentdocument=newPdfDocument())
11
7
{
12
8
// Subscribe to the PageAdded event to add header and footer for every page.
0 commit comments