ImageModified Property

Indicates whether an image has been modified.

Applies To

Image Edit control

Syntax

object.ImageModified

Data Type

Boolean

Setting

Description

True

The image has been modified

False

The image has not been modified


Remarks

Because the value of this property indicates whether an image file has been modified, you can use it to determine whether your program should prompt the end user to save the image file.

Available at run-time as read-only.

Changes to the following properties set the ImageModified property to True:

· ImageResolutionX property

· ImageResolutionY property

Invoking the following methods sets the ImageModifed property to True:

· AddAnnotationGroup method

· BurnInAnnotations method

· ClipboardCut method

· ClipboardPaste method

· ConvertPageType method

· DeleteAnnotationGroup method

· DeleteImageData method

· DeleteSelectedAnnotations method

· Draw method

· EditSelectedAnnotationText method

· Flip method

· HideAnnotationGroup method

· RotateLeft method

· RotateRight method

· SetSelectedAnnotationBackColor method

· SetSelectedAnnotationFillColor method

· SetSelectedAnnotationFillStyle method

· SetSelectedAnnotationFont method

· SetSelectedAnnotationFontColor method

· SetSelectedAnnotationLineColor method

· SetSelectedAnnotationLineStyle method

· SetSelectedAnnotationLineWidth method

· ShowAnnotationGroup method

Drawing an annotation using the standard Annotation Tool Palette sets the ImageModifed property to True.

See Also

Close event

Image topics in Imaging Concepts

Save method

SaveAs method