I am trying To render a slide To a graphics 2d object using the below code.
ISlide slide = pres.getSlides().get_Item(pageNum);
slide.renderToGraphics(renderOptions, g2D);
But the rendered graphics Image has the slide …...rendered graphics image has the slide image to one corner. I tried...render a slide to a graphics image fitting to its exact size given...