111,120
社区成员
发帖
与我相关
我的任务
分享
string s = Ole.ObjectType;
//"AcroExch.Document.11"是指PDF对象对应的ProgID
if (s == "AcroExch.Document.11")
{
File.WriteAllBytes("Result.pdf", Ole.NativeData);
}
我不研究这个,只是看问题挂着,帮你的忙百度一个看看能不能解决问题