Description JPEG_Scale defines the sizes of loaded JPEG image. This proprety affects the loading speed.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IOParams..::..JPEGScale JPEG_Scale { get; set; }
Public Property JPEG_Scale As IOParams..::..JPEGScale
	Get
	Set
public:
property IOParams..::..JPEGScale JPEG_Scale {
	IOParams..::..JPEGScale get ();
	void set (IOParams..::..JPEGScale value);
}

See Also