How to remove UserPic

H

hellokareem

Slide->get_Background(&mShapeRange);

mShapeRange->put_Name(L"KAR_RANGE");
CComQIPtr<MSPPT::FillFormat> mFillFormat;
mShapeRange->get_Fill(&mFillFormat);

BSTR PicStr; GlobalVars::ConvertCharToBSTR(szTempName, &PicStr);
mFillFormat->UserPicture(PicStr);

how i can remove this picture later??
any help really appreciable..
 
Top