If True the images are resampled to fit thumbnail size, otherwise the image is resampled only if it is greater than thumbnail size.

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

Syntax

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

See Also