Hi team,
I am using the code below on a linux server to create an image from a range, I insert the image into PowerPoint.
private static ImageOrPrintOptions _options = new ImageOrPrintOptions()
{
HorizontalResolution…...Worksheets["Line Chart"].PageSetup.PrintArea = "B1:I6";...SheetRender(c.Worksheets["Line Chart"], _options); render.ToImage(0...