ImageGear .NET - Updated
InversionMode Property




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

Property Value

ImGearRecInvertMode enumeration value.
Remarks

This property specifies which image inversion mode will be used during the forthcoming ImGearRecProcess.IMGPREPROCESS processes. 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

ImGearRecPreprocessingSettings Class
ImGearRecPreprocessingSettings Members
ImGearRecInvertMode Enumeration