Winnovative Word to PDF Converter

PdfDocumentOptionsJpegCompressionEnabled Property

Winnovative Word to PDF Converter Documentation
Gets or sets a flag indicating if the JPEG compression is enabled or not for the images in the PDF document created by the converter. 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 document, function of the JpegCompressionLevel parameter. When the JpegCompressionLevel is increased, the quality of the images in PDF decreases.

Namespace:  WnvWordToPdf
Assembly:  wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax

public bool JpegCompressionEnabled { get; set; }

Property Value

Type: Boolean
See Also

Reference