首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > ASP > 获取word每页缩略图

获取word每页缩略图

  • 资源大小:3.05 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Windows开发 word 获取 缩略

资 源 简 介

 private void ConvertToImage(string wordInputPath, int resolution)         {             try             {                 Aspose.Words.Document doc = new Aspose.Words.Document(wordInputPath);                 if (doc == null)                 {                     return;                 }               

文 件 列 表

ImageConverters.cs
VIP VIP
0.191237s