The Gist contains code snippets related to Conholedate.Total for .NET. The code snippet is referenced in following blog post
Last active
April 12, 2021 10:19
-
-
Save conholdate-gists/68e44224753bacdc4b97c9ee931205a7 to your computer and use it in GitHub Desktop.
This Gist repository contains code snippet related to Conholdate.Total for .NET
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// For complete examples and data files, please go to https://github.com/aspose-words/Aspose.Words-for-.NET | |
Document doc = new Document(); | |
DocumentBuilder builder = new DocumentBuilder(doc); | |
builder.InsertImage(dataDir + "Watermark.png"); | |
dataDir = dataDir + "DocumentBuilderInsertInlineImage_out.doc"; | |
doc.Save(dataDir); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Code snippets related to Conholdate.Total for .NET |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment