Click or drag to resize

JpegEncoder Constructor (Int32, Int32, Boolean)

Initializes a new instance of a JpegEncoder specifying the quality, smoothing, and progressive value.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public JpegEncoder(
	int quality,
	int smoothing,
	bool progressive
)

Parameters

quality
Type: SystemInt32
The quality level.
smoothing
Type: SystemInt32
The smoothing level.
progressive
Type: SystemBoolean
A value indicating if the image is saved progressively.
See Also