#include <Image.h>
|
bool | Find (System::String^ Text, List< System::Drawing::Rectangle >^rectList, int PageNo, bool MatchCase, bool IsWholeWord) |
| It is used find text in document. More...
|
|
virtual | ~FileFormat () |
| It is dispose.
|
|
Page^ | GetPage (int PageNum) |
| It is used to get specified page from document. More...
|
|
Page^ | GetPage (int PageNum, PAGEINFO% pageInfo) |
|
array< Page^ >^ | GetPages (int From, int To) |
| It is used to get multiple pages from document. More...
|
|
bool | Export (System::String^ fileName, OutputFileTypes fileType) |
| It is used to export document. More...
|
|
bool | Export (System::String^ fileName, OutputFileTypes fileType, SAVEOPTION Option) |
|
|
bool | IsDocument [get] |
| Use to check either it is a document or image .
|
|
bool | IsDocument [get] |
| Use to check either it is a document or image .
|
|
FileTypes | FileType [get] |
| Use to get documents type.
|
|
int | PageCount [get] |
| Use to get total number of pages in document.
|
|
int | Handle [get] |
| Use to get handle of document.
|
|
|
static FileFormat^ | FromFile (String^ fileName) |
| It is a static function which load file using its path. More...
|
|
static FileFormat^ | FromStream (Stream^ fileStream) |
| It is a static function which load file using stream of file. More...
|
|
static FileFormat^ | FromUri (Uri^ fileUri) |
| It is a static function which load file from remote loaction. More...
|
|
static bool | Merge (array< FileFormat^ >^docs, System::String^ filename, OutputFileTypes fileType) |
| It is a static function which merge two or more document into one document. More...
|
|
static bool | Merge (Dictionary< FileFormat^ , int >^docMap, System::String^ filename, OutputFileTypes fileType) |
| It is a static function which merge multipages document's specified pages into one document. More...
|
|
static
PlugInConnectorLib::ImageFactoryClass^ | factory =gcnew PlugInConnectorLib::ImageFactoryClass() |
|
int | m_Handle |
|
int | m_PageCount |
|
FileTypes | m_FileType |
|
This is class is derived from FileFormat and use to find text from Image.
bool MST::Imaging::Image::Find |
( |
System::String^ |
Text, |
|
|
List< System::Drawing::Rectangle >^ |
rectList, |
|
|
int |
PageNo, |
|
|
bool |
MatchCase, |
|
|
bool |
IsWholeWord |
|
) |
| |
It is used find text in document.
- Parameters
-
Text | string to find. |
searchRects | Contains searched string rectangles with page number. |
MatchCase | if false,ignoring letter case else Vice versa. |
IsWholeWord | Used to search whole word. |
- Returns
- return True if successfull else false.
The documentation for this class was generated from the following file: