Scanner ActiveX Control

OCR2SearchablePDFFontFile

 

Adds a unicode font to the PDF file. The font is created from the specified file.  If you want to Output unicode PDF/A file, you need add the font to the PDF file. e.g. save to Chinese (Simplified)  PDF file, you need add chinese font to PDF file, let it display the text correctly.
 

Scanner1.OCR2SearchablePDFFontFile=String]


Parameter
String
The file name of the font to be added.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
Scanner1.OCR2SearchablePDFFontFile="Windows\Fonts\ARIALUNI.TTF"
Scanner1.OCRRecognizeMode=0
Scanner1.OCRSetRect 0,0,100, 100
iResult=Scanner1.OCR2SearchableMultipagePDF("c:\searchablepdf.tif", 0,"dictfiles")