tags:

views:

269

answers:

1

How to display the pdf files in the listview thumbnail.

I added the components in the tool box, adobe pdf reader.

A: 

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.

logicnp