Skip to content

Commit 54cb5dc

Browse files
Removed licensing code snippet
1 parent 95cc582 commit 54cb5dc

File tree

1 file changed

+0
-3
lines changed
  • Mail-Merge/Replace-merge-field-with-html-image/Replace-merge-field-with-html-image

1 file changed

+0
-3
lines changed

Mail-Merge/Replace-merge-field-with-html-image/Replace-merge-field-with-html-image/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
using Syncfusion.DocIO;
33
using System.Data;
44

5-
//Register Syncfusion license
6-
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Mgo+DSMBMAY9C3t2UlhhQlNHfV5DQmBWfFN0QXNYfVRwdF9GYEwgOX1dQl9nSXZTc0VlWndfcXNSQWc=");
7-
85
// Dictionary to maintain paragraph and corresponding merge field index with HTML content.
96
Dictionary<WParagraph, Dictionary<int, string>> paraToInsertHTML = new Dictionary<WParagraph, Dictionary<int, string>>();
107

0 commit comments

Comments
 (0)