PdfOptionsJpegQuality Property |
Returns or sets a value determining the quality of the JPEG images inside PDF document.
Read/write
Byte.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.4.0.0 (21.4)
Syntaxpublic byte JpegQuality { get; set; }
Public Property JpegQuality As Byte
Get
Set
public:
virtual property unsigned char JpegQuality {
unsigned char get () sealed;
void set (unsigned char value) sealed;
}
abstract JpegQuality : byte with get, set
override JpegQuality : byte with get, set
Property Value
Type:
ByteImplements
IPdfOptionsJpegQuality
RemarksHas effect only when a document contains JPEG images.
Use this property to get or set the quality of the images inside a document when saving in PDF format.
The value may vary from 0 to 100 where 0 means worst quality but maximum compression and 100 means best quality but minimum compression.
The default value is 100.
See Also