Click or drag to resize

IMcViewNDAutoReloadFlags Property

Defines when ND viewer has to be updated based on the changes to the original image.

Namespace:  MediaCy.IQL.Display.ViewerND
Assembly:  MediaCy.IQL.Display.ViewerND (in MediaCy.IQL.Display.ViewerND.dll) Version: 10.0.6912.0
Syntax
VB
Property AutoReloadFlags As mcViewNDAutoReloadFlags
	Get
	Set

Property Value

Type: mcViewNDAutoReloadFlags
Remarks
The default value is mcv3darAllChanged, which activated reloading of the source image when image data gets modified or LUT changed (contrast, brightness, gamma, display range). If AutoReloadFlags is not mcv3darNone, the image is unloaded from ND viewer when the image is closed. Use ReloadImage to force reloading regardless the value of AutoReloadFlags.
See Also