Cuminas DjVu SDK for .NET Framework
DoZoneAndOCR(Image,Int32,OcrSettings) Method



Syntax
Public Overloads Function DoZoneAndOCR( _
   ByVal image As Image, _
   ByVal dpi As Integer, _
   ByVal ocrSettings As OcrSettings _
) As Zone
Dim instance As OcrEngine
Dim image As Image
Dim dpi As Integer
Dim ocrSettings As OcrSettings
Dim value As Zone
 
value = instance.DoZoneAndOCR(image, dpi, ocrSettings)
public Zone DoZoneAndOCR( 
   Image image,
   int dpi,
   OcrSettings ocrSettings
)
public:
Zone^ DoZoneAndOCR( 
   Image^ image,
   int dpi,
   OcrSettings^ ocrSettings
) 

Parameters

image
dpi
ocrSettings
Requirements

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

See Also

Reference

OcrEngine Class
OcrEngine Members
Overload List

Send Feedback