T O P I C R E V I E W |
sfedotov |
Posted - Nov 01 2012 : 05:16:15 Hi all,
I want to check is there any modifications was made by ImageEnView.Proc.DoPreviews function.
How can i do this ?
|
3 L A T E S T R E P L I E S (Newest First) |
sfedotov |
Posted - Nov 08 2012 : 04:04:56 Thanks to all, the Proc object has necessary properties for tis issue.
The better way i found was to check:
ImageEnView.Proc.UndoCount > 0
|
fab |
Posted - Nov 08 2012 : 03:48:10 Hi, please look into ImageEnView.Proc.PreviewsLog property. It contains a list of operations done inside the preview dialog. |
rswyman@docuxplorer.com |
Posted - Nov 01 2012 : 08:48:38 The most reliable way I found was to check the CRC value of a file before and after the operation. |