Picture

Details about adding and manipulating picture to a slide

Basic Code Samples

powerPoint.AddSlide(PresentationConstants.SlideLayoutType.BLANK)
    .AddPicture("./TestFiles/tom_and_jerry.jpg", new G.PictureSetting());

PictureSetting Options

PropertyTypeDetails

imageType

ImageType

height

uint

width

uint

x

uint

y

uint

Last updated