Skip to content

Commit 527cde3

Browse files
Added the docx
1 parent 49d6021 commit 527cde3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sections/Copy-header-footer-to-other-sections/.NET/Copy-header-footer-to-other-sections/Program.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
using Syncfusion.DocIO.DLS;
22
using Syncfusion.DocIO;
33

4+
//Register Syncfusion license
5+
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Mgo+DSMBMAY9C3t2UlhhQlNHfV5DQmBWfFN0QXNYfVRwdF9GYEwgOX1dQl9nSXZTc0VlWndfcXNSQWc=");
6+
47
//Open an existing Word document from the specified file path.
58
using (FileStream fileStreamPath = new FileStream(Path.GetFullPath(@"Data/Input.docx"), FileMode.Open, FileAccess.Read))
69
{

0 commit comments

Comments
 (0)