Saved Property

Description Returns the saved state of the ImageFile object.   Read-only property.

Usage ImageFileObject.Saved

Data TypeInteger (Boolean)

Remarks The Saved property settings are:

Setting Description
True Returns True if the ImageFile object has been saved and it has not changed since it was last saved.
False Returns False if the ImageFile object has never been saved and it has changed since it was created; or if it has been saved, but has changed since it was last saved.

Example This example returns the saved state of the file.

bIsSavedx = Img.Saved