ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPreprocessingSettings Class : InversionMode Property |
'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); }
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.