This content is for v4.x (Alpha). Switch to the Stable version.
Picture
Basic Code Sample
Section titled βBasic Code SampleβpowerPoint.AddSlide(PresentationConstants.SlideLayoutType.BLANK) .AddPicture("./TestFiles/tom_and_jerry.jpg", new G.PictureSetting());PictureSetting Options
Section titled βPictureSetting Optionsβ| Property | Type | Details |
|---|---|---|
| hyperlinkProperties | HyperlinkProperties | Hyperlink properties setting |
| imageType | ImageType | Inserted Image Type |
| height | uint | Image Height |
| width | uint | Image Width |
| x | uint | Image Top Left X |
| y | uint | Image Top Left Y |