Width Property

Description Sets or returns the distance between the left and right edges of the Application object's window in pixels.   Read/write property.

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

Data TypeLong

Remarks The Width property must be set prior to opening the ImageFile object.   This property only takes effect if the Top, Left, and Height properties are also set.   If you set the Width property to less than the minimum allowable window size, the value is ignored.   The minimum setting is usually 112.

The Width property only returns the value that you set programmatically prior to opening the window.   It does not return changes made to the window after it has been opened.