I want to show a PDF file as a control within a WinForms window. I've seen a variety of references to AxAcroPDFlib which is (allegedly) a library that's part of Adobe's Reader app.
The problem I'm having is that despite having Acrobat Pro and Acrobat Reader DC and Adobe Reader X installed, I don't seem to have AxAcroPDFlib on my system.
In Visual Studio, within my project, I go to "Add Reference" and click on "COM Type Libraries", and it shows me a few different things for "Acrobat" but not the "Acrobat PDF Reader" I see mentioned in some online examples.
I can get a reference to AcroPDFLIb (without the "Ax" prefix) library and "AcroPDF" but that is just an interface. I can't add it to the form's collection of UI objects.
I'm lost... just looking for the shortest path to getting a PDF displayed in my window. Any ideas?