Gets or sets the JPEG Compression Level that must be applied when the output image format is JPEG. Possible values: integer number between 0 and 100. A quality level of 0 corresponds to the greatest compression, and a quality level of 100 corresponds to the least compression.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

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

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeException The specified value is not range from 0 to 100.

See Also