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:
- Go to View -> Object Browser.
- 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.
- 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.