Link Search Menu Expand Document

Where to find all object references in Visual Basic

To locate all object references in the older Microsoft Visual Basic or VB6 editor, you can follow these steps:

  1. Go to View -> Object Browser.

image

  1. After selecting PDF Extractor, you will see all its properties and methods. It is important to have an existing reference for the PDF Extractor SDK.

image

  1. In VB6, for each overloaded version of a method, a new method is created. For example, GetJSONData, GetJSONData_2, GetJSONData_3, and so on.

Please note that these instructions apply specifically to the VB6 editor.