ImageGear .NET v25.1 - Updated
InversionMode Property




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRPreprocessingSettings Class : InversionMode Property
Gets or sets inversion behavior.
Syntax
'Declaration
 
Public Property InversionMode As ImGearOCRInvertMode
'Usage
 
Dim instance As ImGearOCRPreprocessingSettings
Dim value As ImGearOCRInvertMode
 
instance.InversionMode = value
 
value = instance.InversionMode
public ImGearOCRInvertMode InversionMode {get; set;}
public: __property ImGearOCRInvertMode get_InversionMode();
public: __property void set_InversionMode( 
   ImGearOCRInvertMode value
);
public:
property ImGearOCRInvertMode InversionMode {
   ImGearOCRInvertMode get();
   void set (    ImGearOCRInvertMode value);
}

Property Value

ImGearOCRInvertMode enumeration value.
Remarks

This property specifies which image inversion mode will be used during the preprocessing. The image inversion mode can be either automatic, switched on or switched off.

Note: When inversion runs as part of the preprocessing (rather than called explicitly), it works on an internal secondary image, so its result is not available for exporting back to the application. Use Invert method for explicit inversion. See The Recognition Process section for explanation of the "secondary image" term.

See Also

Reference

ImGearOCRPreprocessingSettings Class
ImGearOCRPreprocessingSettings Members
ImGearOCRInvertMode Enumeration