Hello Team,
I want to insert an image into a Word document and set the “Edit Picture” option to true, allowing the user to search the content inside the image. How can I achieve this programmatically so that the image i…...jpg extension string tempImagePath...Guid.NewGuid().ToString() + ".jpg"); sr.ToImage(0, tempImagePath);...