The onenote API handwriting image overlay?

2019-03-03 13:11发布

问题:

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.

This is the effect I want to achieve:

回答1:

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/