Description Returns the active ImageFile object in the Application object. Read-only property.
Usage ApplicationObject.ActiveDocument
Data TypeObject
Example This example returns the ImageFile object in the application.
Dim Img as Object
Set Img = App.ActiveDocument