📚
OpenXML-Office
v3.x (Discontinued)
v3.x (Discontinued)
  • Welcome
    • Getting Started
    • Introduction
    • Privacy Policy
    • License
  • Presentation
    • PowerPoint
    • Slide
    • Shape
    • Picture
    • Textbox
    • Table
    • Chart
      • Area
      • Bar
      • Column
      • Line
      • Pie
      • Scatter
      • Combo
      • Waterfall
  • Spreadsheet
    • Excel
    • Worksheet
    • Shape
    • Picture
    • Table
    • Chart
      • Area
      • Bar
      • Column
      • Line
      • Pie
      • Scatter
      • Combo
    • Style
    • Shared
  • Document
    • Word
    • Pages
    • Shape
    • Picture
    • Table
    • Chart
Powered by GitBook
On this page
  • Basic Code Sample
  • PictureSetting Options

Was this helpful?

  1. Presentation

Picture

Details about adding and manipulating picture to a slide

PreviousShapeNextTextbox

Was this helpful?

Basic Code Sample

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

PictureSetting Options

Property
Type
Details

hyperlinkProperties

Hyperlink propertie 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

HyperlinkProperties