Scanner ActiveX Control

PDFUseJPEGCompression

 

Enable or disable use JPEG Compression when save to PDF or call OCR2SearchableMultipagePDF method save to PDF/A file.

Scanner1.PDFUseJPEGCompression[=Bool]


Parameter
Bool
true - enable use JPEG Compression, false - disable use JPEG Compression.

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")