Description Sets or returns the ImageFile object's active page number. Read/write property.
Setting the ActivePage property to a page number causes that page to become active, which updates the display if the Application object is visible. Refer to the Application object's ImageView property for more information about the relationships between the active page and different views of the page.
Page selection and navigation by the end-user have no affect effect on the ActivePage property. The active page is always the active page according to automation. For more information, refer to the section "Coordination of Automation and the Imaging Application" in Chapter 1.
Note: If you set the ActivePage to a page number beyond those contained in the document, an error is returned.
Usage ImageFileObject.ActivePage = [setting][=value]
Data TypeLong
Remarks The number is the page number value.
See Also ApplicationObject.ImageView property