We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d6021 commit 527cde3Copy full SHA for 527cde3
Sections/Copy-header-footer-to-other-sections/.NET/Copy-header-footer-to-other-sections/Program.cs
@@ -1,6 +1,9 @@
1
using Syncfusion.DocIO.DLS;
2
using Syncfusion.DocIO;
3
4
+//Register Syncfusion license
5
+Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Mgo+DSMBMAY9C3t2UlhhQlNHfV5DQmBWfFN0QXNYfVRwdF9GYEwgOX1dQl9nSXZTc0VlWndfcXNSQWc=");
6
+
7
//Open an existing Word document from the specified file path.
8
using (FileStream fileStreamPath = new FileStream(Path.GetFullPath(@"Data/Input.docx"), FileMode.Open, FileAccess.Read))
9
{
0 commit comments