Image Viewer CP ActiveX Control

PDFJPEGQuality

 

Set the JPEG Quality when save to PDF/A file with PDFUseJPEGCompression = true. The Quality range from 0-100. By Default is 80.
 

ImageViewer1.PDFJPEGQuality[=Interger]


Parameter
Integer
the value of JPEG Quality.
 


Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
ImageViewer1.FileName = "c:\source.tif"
ImageViewer1.PDFOutputPDFA=True
ImageViewer1.PDFJPEGQuality=70
ImageViewer1.PDFUseJPEGCompression = True
ImageViewer1.Save "c:\newimage", "PDF"