ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPreprocessingSettings Class : PrimaryReductionMode Property |
'Declaration Public Property PrimaryReductionMode As ImGearRecReductionMode
'Usage Dim instance As ImGearRecPreprocessingSettings Dim value As ImGearRecReductionMode instance.PrimaryReductionMode = value value = instance.PrimaryReductionMode
public ImGearRecReductionMode PrimaryReductionMode {get; set;}
public: __property ImGearRecReductionMode get_PrimaryReductionMode(); public: __property void set_PrimaryReductionMode( ImGearRecReductionMode value );
public: property ImGearRecReductionMode PrimaryReductionMode { ImGearRecReductionMode get(); void set ( ImGearRecReductionMode value); }
The setting specified here will influence what kind of image will be created in the recognition engine's memory, i.e. whether it will be bitonal grayscale or color.