Hi,
I wanted to access a ppt design theme used in my test PPT as thumbnail(bitmap). I am using the below classes as per the ASPOSE documentation.
int32_t numberOfBackgroundFills = pres->get_MasterTheme()->get_FormatScheme()->get_BackgroundFillStyles()->get_Count();
There are 3 backgroundfillStyles retrieved . But i want is to save this background as image. Please help on how i can do it.
Attaching the scrrenshot of the PPT used for testing for better understanding.
PPTDesign.PNG.jpg (161.4 KB)
Thanks