Accusoft.ImagXpress13.Net
ImageWasModified Property




Gets an indicator if the image was modified.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property ImageWasModified As Boolean
'Usage
 
Dim instance As Processor
Dim value As Boolean
 
value = instance.ImageWasModified
[BrowsableAttribute(false)]
public bool ImageWasModified {get;}
[BrowsableAttribute(false)]
public: __property bool get_ImageWasModified();
[BrowsableAttribute(false)]
public:
property bool ImageWasModified {
   bool get();
}

Property Value

A boolean value which is true if the image was modified. Otherwise, false is returned.
Remarks

Note: Use this method for documents only.

Note: Available in Professional edition.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback