为有中文需求的客户提供多渠道中文技术支持.

Mon Mar 13, 2023 2:44 am

Spire.Doc for .NET 插入音樂文件圖片可以代入word 預設音檔圖片?
下面是我的範例 可以不指定圖片代入word音檔圖片預設值?

Code: Select all
Document doc = new Document();
Section section = doc.AddSection();
Paragraph para1 = section.AddParagraph();
Stream s1 = File.OpenRead(@"C:\test3\1.mp3");
DocPicture pic1 = new DocPicture(doc);
 pic1.LoadImage(Image.FromFile(@"C:\test3\00.jpg"));
pic1.Width = 10f;
pic1.Height = 10f;
para1.AppendOleObject(s1, pic1, "mp3");
doc.SaveToFile(@"C:\test3\1.doc", FileFormat.Doc);

yaowen2022
 
Posts: 17
Joined: Mon Mar 06, 2023 8:52 am

Tue Mar 14, 2023 4:55 am

您好,

感谢您的咨询。
目前我们的产品在添加Ole对象的时候必须指定图片,对于您的需求,可能暂时无法满足。感谢您的理解。如果您还有其他的问题,欢迎您随时咨询。

Sincerely,
Triste
E-iceblue support team
User avatar

Triste.Dai
 
Posts: 1000
Joined: Tue Nov 15, 2022 3:59 am

Return to 中文技术支持