Activity for AODL

  • Solomka Solomka posted a comment on discussion Help

    How To Insert Image from File to TestDocument? I found this code: TextDocument document = new TextDocument(); document.New(); Paragraph para = new Paragraph(document, "P1"); SimpleText stext = new SimpleText(document,"Some Simple text "); XLink xlink = new XLink(document, "https://sourceforge.net/projects/aodl/?source=navbar","limk"); para.TextContent.Add(stext); para.TextContent.Add(xlink); document.Content.Add(para); document.SaveTo(serverPathToDoc); But I did not found how to Insert Image...

1