Click or drag to resize

ImageSaveOptionsJpegQuality Property

Gets or sets the quality for output jpeg images from 1 to 100.

Default value: 90.


Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntax
public int JpegQuality { get; set; }

Property Value

Int32
The quality for output jpeg images from 1 to 100.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue must be between 1 and 100 (inclusive).
See Also