Scanner ActiveX Control

OCR2SearchablePDFFontName

 

Adds a unicode font to the PDF 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.OCR2SearchablePDFFontName=String]


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

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
Scanner1.OCR2SearchablePDFFontName="仿宋"
Scanner1.OCRRecognizeMode=0
Scanner1.OCRSetRect 0,0,100, 100
iResult=Scanner1.OCR2SearchableMultipagePDF("c:\searchablepdf.tif", 0,"dictfiles")