word文本框插入图片的方法汇总:
Microsoft.office.interop.Word.Shape Microsoft.office.interop.Word::FillFormat _FillFormat; _FillFormat.AttachDispatch(oGroupShape.GetFill()); _FillFormat.UserPicture((LPCTSTR)strImgPath);
word文本框插入图片的方法汇总:
Microsoft.office.interop.Word.Shape Microsoft.office.interop.Word::FillFormat _FillFormat; _FillFormat.AttachDispatch(oGroupShape.GetFill()); _FillFormat.UserPicture((LPCTSTR)strImgPath);