Get texture style from Shapes - PPT

I am trying to create a swf file from a ppt file and I need to access the texture style of any shape if the filltype of the same is texture. I was not able to find a property or method that gives me the texturestyle value present in the ppt. Any help in this regard is highly appreciated.

I am accessing the ppt file through Aspose.Slides & the am manipulating the flash file using Aspose.Flash.

Thanks !

Hi,

I don't find any property/method that returns texture style. So I will ask development team, if there is any way to retrieve it and let you know.

Textures and Patterns are images so they can be accesses through Presentation.Pictures collection.
FillFormat.PictureId contains Id of this image.