Zoom Property

Description Sets or returns the zoom factor used for displaying images.   Read/write property.

Usage ApplicationObject.Zoom = [setting][=value]

Data TypeFloat

Remarks The zoom factor is a percent value.

Example This example sets the zoom factor to 100%.

App.Zoom = 100

This example returns the current zoom factor.

x = App.Zoom

Note The ScrollBarsVisible property must be set prior to opening the ImageFile object. For this property to take effect after an image is open, you must reopen the image.