How to insert an image into a document of the specified size using C# and .NET

  1. Add SautinSoft.Document from Nuget.
  2. Create a new document.
  3. Create a new paragraph with a picture.
  4. Save the document as DOCX.

Complete code