ExpertPdf Html to Pdf Converter Library
JpegCompressionEnabled Property
NamespacesExpertPdf.HtmlToPdfPdfDocumentOptionsJpegCompressionEnabled
ExpertPdf Html to Pdf Converter Library
Gets or sets a flag indicating if the JPEG compression is enabled or not for the images in the generated PDF. By default the JPEG compression is enabled to reduce the size of the generated PDF. When the JPEG compression is enabled the quality of the images in the generated PDF is lower than the quality of the original images in the HTML document, function of the JpegCompressionLevel parameter. When the JpegCompressionLevel is increased, the quality of the images in PDF decreases.
Declaration Syntax
C#Visual BasicVisual C++
public bool JpegCompressionEnabled { get; set; }
Public Property JpegCompressionEnabled As Boolean
	Get
	Set
public:
property bool JpegCompressionEnabled {
	bool get ();
	void set (bool value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)