I everyone! I have an issue with my project app. I would like to remove an image which was previously added with a bookmark. In fact the user can take photos, automatically the app add the taken image to the words file looking for a specific bookmark.
DocumentBuilder builder = new DocumentBuilder(doc);
builder.MoveToBookmark ("photos");
builder.StartBookmark("travaux_photos");
builder.MoveToBookmark ("travaux_photos");
builder.InsertImage (PhotoPath, 700, 394);
builder.InsertBreak(BreakType.ParagraphBreak);
builder.Writeln("");