Scanner ActiveX Control

PDFJPEGQuality 

 

Set the JPEG Quality when save to PDF or call OCR2SearchableMultipagePDF method save to PDF/A file and set PDFUseJPEGCompression = true. The Quality range from 0-100. By Default is 80.

Scanner1.PDFJPEGQuality[=Integer]


Parameter
Integer
the value of quality.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
Scanner1.PDFUseJPEGCompression = True
Scanner1.PDFJPEGQuality =70
Scanner1.OCRRecognizeMode=0
Scanner1.OCRSetRect 0,0,100, 100
iResult=Scanner1.OCR2SearchableMultipagePDF("c:\searchablepdf.tif", 0,"dictfiles")