From the Tools menu, choose References to display the References dialog box.
Scroll down to find the Microsoft Office Document Imaging 11.0 Type Library.
Select the checkbox for the MODI library, then click OK.
Your Visual Basic project now has a reference to the application's object library. If you open the
Object Browser (press F2) and select the application's library, it displays the objects provided by the selected object library, as well as each object's
methods and
properties. In the
Object Browser, you can select a class in the
Classes box and select a method or property in the
Members box. Use copy and paste to add the syntax to your code.