Example of Edit Ink in ASP.NET Core Word (DocIO) Library
This sample demonstrates how to modify Ink in a Word document using the .NET Word Library (DocIO).
DEMO
SOURCE
The .NET Word Library (DocIO) provides flexibility to fully customize ink elements within Word documents.
- You can modify the path points of an ink stroke to adjust its shape or flow.
- You can customize ink appearance properties, including effects, color, thickness, and more.
More information about Ink can be found in this
Documentation
section.