Visual Basic (Declaration) | |
---|---|
Public Enum RasterDocumentProcessId Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RasterDocumentProcessId : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum RasterDocumentProcessId : public Enum |
C++/CLI | |
---|---|
public enum class RasterDocumentProcessId : public Enum |
Member | Description |
---|---|
LoadingImage | Identifies the Image loading process |
SavingImage | Identifies the image saving process |
ImageProcess | Identifies the Image pre-processing process |
FindZones | Identifies the page-layout decomposition (auto-zoning) process |
RecognizeMor | Identifies the 1st pass of the Recognition process. This pass is applicable only for the RasterDocumentRecognizeModule.OmniFontMultilingual recognition module |
Recognition | Identifies the 2nd pass of the Recognition process |
Spelling | Identifies the Checking process |
SaveRecognizeResult | Reading from the recognition data file |
WriteOutputDocument | Identifies the process for writing the recognized text to the final output document (to file or memory) |
WriteOutputImage | Identifies the image conversion process activated by the RasterDocumentProcessId.WriteOutputDocument process for saving the image of a graphical image zone to the word processor output document |
Recognition3 | Identifies the 3rd pass of the Recognition process. This pass is applicable only for the RasterDocumentRecognizeModule.OmniFontPlus3W recognition module. |
System.Object
System.ValueType
System.Enum
Leadtools.Document.RasterDocumentProcessId
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family