📚
OpenXML-Office
v1.x
v1.x
  • Getting Started
  • Introduction
  • Presentation
    • PowerPoint
    • Slide
    • Shape
    • Picture
    • Chart
      • Area
      • Bar
      • Column
      • Line
      • Pie
      • Scatter
      • Combo
      • Waterfall
    • Table
    • Textbox
  • Excel
    • Spreadsheet
    • Worksheet
    • Style
  • LICENSE
Powered by GitBook
On this page

Was this helpful?

  1. Presentation

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

Property
Type
Details

imageType

ImageType

height

uint

width

uint

x

uint

y

uint

PreviousShapeNextChart

Last updated 1 year ago

Was this helpful?