Reputation: 2245
I'm testing using the Adobe PDF Reader control from AcroPDF.dll
library. To add it, I go in the Toolbox, choose "Choose items...", go in the COM tab, etc.
I add it in my form successfully, but when I try to access the src
property like in this tutorial, the property doesn't exist.
What's the problem ? Should I try to find another version of the library and manually add it to toolbox ? Or something like this ?
Upvotes: 0
Views: 2476
Reputation: 2245
If someone has the same problem, here's the download link to a working AcroPDF.dll
.
Upvotes: 0
Reputation: 2878
Try to get the latest version of Adobe Reader, install it and re-add it to the form. Then check if other properties are available, you may find the properties documentation for the interface here. Also try to use LoadFile() method to load PDF file.
Upvotes: 1