Example of Create Ink in ASP.NET Core Word (DocIO) Library
This sample demonstrates how to create a Word document with Ink using the .NET Word Library (DocIO).
DEMO
SOURCE
The .NET Word Library (DocIO) supports creating ink from scratch and inserting them into Word documents (DOCX, DOTX, DOCM, and DOTM).
- Create ink with 10 built-in ink effects, equivalent to those available in Microsoft Word such as Galaxy, Lava, Pencil, Highlighter, and more.
- Insert ink either in line with text or positioned relative to the page within a Word document.
- Add, modify, remove, and convert ink elements programmatically.
More information about Ink can be found in this
Documentation
section.