ExpertPdf Html to Pdf Converter Library
JpegCompressionLevel Property
NamespacesExpertPdf.HtmlToPdfPdfDocumentOptionsJpegCompressionLevel
ExpertPdf Html to Pdf Converter Library
Gets or sets the compression level of images in the generated PDF as an integer value between 0 and 100. This property has effect only when the JpegCompressionEnabled is true. When the JpegCompressionLevel is 0, the compression rate is the lowest and the quality of the images is the best. When the JpegCompressionLevel is 100, the compression rate is the highest and quality of the images in PDF is the worst. The default JPEG compression level is 10, which should offer a good balance between the compression rate and the quality of the images in PDF.
Declaration Syntax
C#Visual BasicVisual C++
public int JpegCompressionLevel { get; set; }
Public Property JpegCompressionLevel As Integer
	Get
	Set
public:
property int JpegCompressionLevel {
	int get ();
	void set (int value);
}
Property Value

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