Recognize the unknown page type.
Overload | Description |
---|---|
RecognizePage(rasterimage,int,autoformsenginepagerecognitionoptions) | Recognize the type of the unknown page in a raster image with options. |
RecognizePage(rasterimage,int,list<imasterformscategory>) | Recognize the type of the unknown page. |
RecognizePage(stream,int,autoformsenginepagerecognitionoptions) | Recognize the type of the unknown page in a stream with options. |
RecognizePage(stream,int,list<imasterformscategory>) | Recognize the unknown page type. |
RecognizePage(string,int,autoformsenginepagerecognitionoptions) | Recognize the type of the unknown page in an image disk file with options. |
RecognizePage(string,int,list<imasterformscategory>) | Recognize the unknown page type. |
RecognizePage(uri,int,autoformsenginepagerecognitionoptions) | Recognize the type of the unknown page in a URL with options. |
RecognizePage(uri,int,list<imasterformscategory>) | Recognize the unknown page type. |