AccusoftImagXpress13 ActiveX DLL : IX_RefreshMode Enumeration |
Member | Value | Description |
---|---|---|
IX_RefreshImmediate | 1 | Immediate. |
IX_RefreshStandard | 0 | Default. |
Note: In IX_RefreshStandard, ImagXpress’s view is just invalidated and will update the next time a paint message is received. In IX_RefreshImmediate, the view is updated immediately after an operation has completed.
Typically, you will want to use IX_RefreshStandard as this results in the least amount of screen updates and is the fastest, especially if multiple operations are performed back to back. Use IX_RefreshImmediate if you require ImagXpress’s view to be updated after each and every operation.