F
Fritz Switzer
Using the code below and the SimpleImporter API, I'd like to use InkContent
with outline.AddContent. Assuming my ink is saved in "test.isf", can anyone
provide the code in order to import ink into a OneNote page.
Page p = new Page("General.one","Import Example");
OutlineObject outline = new OutlineObject();
outline.AddContent(new HtmlContent("this is the first line"));
outline.AddContent(new HtmlContent("Below is a line of ink"));
//outline.AddContent(new InkContent(test..isf));
p.AddObject(outline);
TIA,
Fritz
with outline.AddContent. Assuming my ink is saved in "test.isf", can anyone
provide the code in order to import ink into a OneNote page.
Page p = new Page("General.one","Import Example");
OutlineObject outline = new OutlineObject();
outline.AddContent(new HtmlContent("this is the first line"));
outline.AddContent(new HtmlContent("Below is a line of ink"));
//outline.AddContent(new InkContent(test..isf));
p.AddObject(outline);
TIA,
Fritz