In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / OcrPages_4 Method

OcrPages_4 Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function OcrPages_4( _

   ByVal PageRange As String, _

   ByVal ThreadCount As Integer, _

   ByVal Dictionary As String, _

   ByVal DictionaryPath As String, _

   ByVal CharWhiteList As String, _

   ByVal DPI As Single, _

   ByVal OcrMode As OCRMode, _

   ByVal TimeoutMillisec As Integer, _

   ByVal Sync As Boolean _

) As GdPictureStatus
public GdPictureStatus OcrPages_4( 

   string PageRange,

   int ThreadCount,

   string Dictionary,

   string DictionaryPath,

   string CharWhiteList,

   float DPI,

   OCRMode OcrMode,

   int TimeoutMillisec,

   bool Sync

)
public function OcrPages_4( 

    PageRange: String;

    ThreadCount: Integer;

    Dictionary: String;

    DictionaryPath: String;

    CharWhiteList: String;

    DPI: Single;

    OcrMode: OCRMode;

    TimeoutMillisec: Integer;

    Sync: Boolean

): GdPictureStatus; 
public function OcrPages_4( 

   PageRange : String,

   ThreadCount : int,

   Dictionary : String,

   DictionaryPath : String,

   CharWhiteList : String,

   DPI : float,

   OcrMode : OCRMode,

   TimeoutMillisec : int,

   Sync : boolean

) : GdPictureStatus;
public: GdPictureStatus OcrPages_4( 

   string* PageRange,

   int ThreadCount,

   string* Dictionary,

   string* DictionaryPath,

   string* CharWhiteList,

   float DPI,

   OCRMode OcrMode,

   int TimeoutMillisec,

   bool Sync

) 
public:

GdPictureStatus OcrPages_4( 

   String^ PageRange,

   int ThreadCount,

   String^ Dictionary,

   String^ DictionaryPath,

   String^ CharWhiteList,

   float DPI,

   OCRMode OcrMode,

   int TimeoutMillisec,

   bool Sync

) 

Parameters

PageRange
ThreadCount
Dictionary
DictionaryPath
CharWhiteList
DPI
OcrMode
TimeoutMillisec
Sync
See Also

Reference

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