 
            | ImageGear22.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecProcess Enumeration | 
'Declaration Public Enum ImGearRecProcess Inherits System.Enum
'Usage Dim instance As ImGearRecProcess
public enum ImGearRecProcess : System.Enum
__value public enum ImGearRecProcess : public System.Enum
public enum class ImGearRecProcess : public System.Enum
| Member | Value | Description | 
|---|---|---|
| CONVERTIMG | 9 | This identifies the image conversion process activated by the WRITEFOUTDOCprocess for saving the image of a graphical image zone to the final output document (if this was requested). | 
| DECOMPOSITION | 3 | This identifies the page-layout decomposition (auto-zoning) process. | 
| IMGINPUT | 0 | This identifies the Image importing process. | 
| IMGPREPROCESS | 2 | This identifies the Image pre-processing process. | 
| IMGSAVE | 1 | This identifies the image saving process. During this process the image or a part of it is saved to an image file. | 
| READRDF | 7 | This identifies reading from the recognition data file. | 
| RECOGNITION1 | 4 | This identifies the 1st pass of the Recognition process, if applicable. | 
| RECOGNITION2 | 5 | This identifies the 2nd pass of the Recognition process, if applicable. | 
| RECOGNITION3 | 10 | This identifies the 3rd pass of the Recognition process. This pass is applicable only for the Omnifont PLUS3W recognition module. | 
| SPELLING | 6 | This identifies the Checking process. | 
| UNKNOWN | 11 | Unknown process. | 
| WRITEFOUTDOC | 8 | This identifies the process for writing the recognized text to the final output document (to file or memory). | 
System.Object
   System.ValueType
      System.Enum
         ImageGear.Recognition.ImGearRecProcess