Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conholdate-gists/68e44224753bacdc4b97c9ee931205a7 to your computer and use it in GitHub Desktop.
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
// 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);
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