0

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

stakx - no longer contributing
  • 83,039
  • 20
  • 168
  • 268
Values
  • 227
  • 2
  • 10

1 Answers1

0

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/

Manjusha
  • 538
  • 2
  • 4
  • Thank you very much for your reply, but my rasterOp has set up copyPen, that blog is not very helpful to me. The content of blog is not involved in the overlapping of many elements, but thank you. – Values May 24 '18 at 01:50