Retrieving image references

I am evaluating the ASPOSE.PowerPoint. My need is to read ppt slide shows and create customized html from them. The problem I am having is finding images in the slides. I have no problem getting the collection of pictures but i can't find the references to the picture on the slide level. Can you point me in the right direction?

JimK

Dear JimK,



You should check on a slide:

  1. PictureId property of each PictureFrame.
  2. FillType.PictureId of each Shape, TextHolder and Cell if FillType.Type equal to FillType.Picture.

I knew it was there somewhere, thank you for the help. It works perfectly. I will be purchasing within the next month or so. Great product. Thanks Alexey