ImageSaveOptionsJpegQuality Property |
Gets or sets the quality for output jpeg images from 1 to 100.
Default value: 90.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntaxpublic int JpegQuality { get; set; }
Public Property JpegQuality As Integer
Get
Set
Property Value
Int32
The quality for output jpeg images from 1 to 100.
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | Value must be between 1 and 100 (inclusive). |
See Also