Accusoft.ImagXpress12.Net
RefreshMode Property
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > ImageXView Class : RefreshMode Property




Glossary Item Box

Gets and sets an indicator which specifies when the control is refreshed after an operation is completed on the attached Image.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

The RefreshMode set.

Remarks

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.