The onenote API handwriting image overlay?

211 Views Asked by At

I use C# to call OneNote API, and I have the following problem: After submitting a picture and InkML data, the picture will cover handwriting. There is no way to freely specify the overlap of pictures and handwriting. How can this be achieved.

enter image description here

This is the effect I want to achieve:

enter image description here

1

There are 1 best solutions below

1
On

You will need to set the rasterOp property to copyPen. This is a blog reference for writing ink to OneNote: https://blogs.msdn.microsoft.com/onenotedev/2017/07/07/onenote-ink-beta-apis/