|  | 
| HtmlToPdfOptionsJpegCompressionEnabled Property  | 
 
            Gets or sets a flag indicating if the JPEG compression is enabled or not for the images in the generated pdf document.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic bool JpegCompressionEnabled { get; set; }Public Property JpegCompressionEnabled As Boolean
	Get
	Set
Property Value
Type: 
Boolean Remarks
Remarks
            By default the JPEG compression is enabled to reduce the size of the generated pdf document. When the JPEG compression is enabled
            the quality of the images in the generated pdf is lower than the quality of the original images from the web page,
            and this quality depends on the 
JpegCompressionLevel parameter. When the 
JpegCompressionLevel is increased, the quality of the images in pdf decreases.
            
 See Also
See Also