开发者

Display pdf file in listview thumbnail C# 2008

开发者 https://www.devze.com 2022-12-08 10:36 出处:网络
How to display the pdf files in the listview thumbnail. I added the components in the tool box开发者_Go百科, adobe pdf reader.Do you mean like Windows Explorer? Use the IExtractImage interface for th

How to display the pdf files in the listview thumbnail.

I added the components in the tool box开发者_Go百科, adobe pdf reader.


Do you mean like Windows Explorer? Use the IExtractImage interface for that.

Or if you have a PDF reader library, you could use that to render the pdf to a thumbnail bitmap and add that bitmap to the imagelist assoctated with a ListView.

Or you could use a component such as FileView which shows thumbnails of files like Windows Explorer.

0

精彩评论

暂无评论...
验证码 换一张
取 消