JPEG_WarningTot is the count of all warnings encountered during loading a Jpeg. We suggest to use Aborting to see if the image is corrupted.

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

Syntax

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

See Also