Z
zidansoft
How i can get individual slide background through automation if
background is gradient ?
CShapeRange range=slide.get_Background();
CFillFormat fill= range.get_Fill();
clrF =fill.get_BackColor();
giving correct result if solid color,but gradient or pic always
giving default color .
i tried win32 call getPixel but i can't ensure that specific pixel
text or background.
I need at least one pixel color which belong to exact background.
background is gradient ?
CShapeRange range=slide.get_Background();
CFillFormat fill= range.get_Fill();
clrF =fill.get_BackColor();
giving correct result if solid color,but gradient or pic always
giving default color .
i tried win32 call getPixel but i can't ensure that specific pixel
text or background.
I need at least one pixel color which belong to exact background.