Dynamsoft Home|Product Home

JPEGQuality Property

Description

Returns or sets the quality of the JPEG file.

Data type

Integer

Syntax

ObjectName. JPEGQuality

Remarks

The default value of JPEGQuality property is 80.

The valid range is 0-100. The higher the JPEGQuality property, the better the JPEG quality and the greater the size of the file.

When an error occurs and IfThrowException property is TRUE, an exception will be thrown. Check ErrorCode property and ErrorString property for error information.

See also

SaveAsJPEG()