Example of Image Insertion in ASP.NET Core Word (DocIO) Library
This sample demonstrates how to insert images into the Word document using Essential DocIO.
DEMO
SOURCE
DocIO allows you to insert images into the Word document at desired location.
- You can insert image as "in line with text" or "position relative to the page" in the Word document.
- Images in the Word document can be accessed by its name, title, etc., and resized to required size.
- You can make images in the Word document accessible by defining alternate text.
- You can add caption to an image and update the caption numbers (Sequence fields).
More information about the images support can be found in this
Documentation
section.