Cuminas DjVu SDK for .NET Framework
PerformOCR(Boolean) Method



true to perform OCR even if the page already contains texts; otherwise if the page already contains texts, the method does nothing.
Performs OCR on the page.
Syntax
Public Overloads Sub PerformOCR( _
   ByVal forceOCR As Boolean _
) 
Dim instance As Page
Dim forceOCR As Boolean
 
instance.PerformOCR(forceOCR)
public void PerformOCR( 
   bool forceOCR
)
public:
void PerformOCR( 
   bool forceOCR
) 

Parameters

forceOCR
true to perform OCR even if the page already contains texts; otherwise if the page already contains texts, the method does nothing.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Page Class
Page Members
Overload List

Send Feedback