ResampleFilter specifies the filter to use when application add a new thumbnail.

This enhances the image quality but could slow down the application.

For default is FastLinear

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

Syntax

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

See Also