GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / OcrPage Method





In This Topic
OcrPage Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function OcrPage( _
   ByVal Dictionary As String, _
   ByVal DictionaryPath As String, _
   ByVal CharWhiteList As String, _
   ByVal DPI As Single _
) As GdPictureStatus
public GdPictureStatus OcrPage( 
   string Dictionary,
   string DictionaryPath,
   string CharWhiteList,
   float DPI
)
public function OcrPage( 
    Dictionary: String;
    DictionaryPath: String;
    CharWhiteList: String;
    DPI: Single
): GdPictureStatus; 
public function OcrPage( 
   Dictionary : String,
   DictionaryPath : String,
   CharWhiteList : String,
   DPI : float
) : GdPictureStatus;
public: GdPictureStatus OcrPage( 
   string* Dictionary,
   string* DictionaryPath,
   string* CharWhiteList,
   float DPI
) 
public:
GdPictureStatus OcrPage( 
   String^ Dictionary,
   String^ DictionaryPath,
   String^ CharWhiteList,
   float DPI
) 

Parameters

Dictionary
DictionaryPath
CharWhiteList
DPI
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members