Accusoft.ImagXpressSdk Namespace > ImageXView Class : RefreshMode Property |
The default value is RefreshMode.Immediate (1).
Note: In RefreshMode.Standard, the ImageXView control is just invalidated and will update the next time a paint message is received. In RefreshMode.Immediate the control is updated immediately after an operation has completed on the attached Image.
Typically, you will want to use RefreshMode.Standard as this results in the least amount of screen updates and is the fastest, especially if multiple operations are performed back to back. Use RefreshMode.Immediate if you require the ImageXView to be updated after each and every operation.