If DelayZoomFilter is True, the filter is applied with delay.

This allow you to quickly navigate the image (zoom and scroll) and only after you have finished the navigation the filter (quality zoom) is applied.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool DelayZoomFilter { get; set; }
Public Property DelayZoomFilter As Boolean
	Get
	Set
public:
property bool DelayZoomFilter {
	bool get ();
	void set (bool value);
}

See Also