2

I want to copy a drawing from OneNote and then paste it into an InkCanvas in my UWP App programmatly.

Currently I'm using StrokeContainer.PasteFromClipboard(new Point(0, 0)) with Data from the OneNote2016 Application. But is there a way to get the Data from the OneNote StoreApp ? When using the Clipboard I'm just getting unusable data that I can't paste into the InkCanvas.

Maximilian K.
  • 227
  • 4
  • 16

1 Answers1

1

The OneNote REST API currently doesn't expose any way of retrieving ink information. Do add your vote/opinion on this matter in our uservoice page.

https://onenote.uservoice.com/forums/245490-onenote-developer-apis/suggestions/5657688-ink-support-in-the-api

Jorge Aguirre
  • 2,787
  • 3
  • 20
  • 27
  • +1. Please update uservoice. It's not a great way of sharing our feedback. Can't attach an image or video. – Diode Dan Oct 30 '16 at 13:59