Reputation: 227
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.
Upvotes: 2
Views: 159
Reputation: 2857
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.
Upvotes: 1