19,464
社区成员
发帖
与我相关
我的任务
分享
interface Shape : IDispatch {
....
[id(0x000007e2), hidden, helpcontext(0x000858f5)]
HRESULT Export(
[in] BSTR PathName,
[in] PpShapeFormat Filter,
[in, optional, defaultvalue(0)] int ScaleWidth,
[in, optional, defaultvalue(0)] int ScaleHeight,
[in, optional, defaultvalue(1)] PpExportMode ExportMode);
....
};