Description Returns the Application object. Read-only property.
Usage ImageFileObjectPageObject.Pages(pagenumber).Application
Data TypeObject
Example This example returns the Application object.
Dim Img As ObjectDim Parent As ObjectSet Parent = Img.Pages(1).Application