ImageGear .NET - Updated
PrimaryReductionMode Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPreprocessingSettings Class : PrimaryReductionMode Property
Gets or sets image reduction during initial loading step.
Syntax
'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);
}

Property Value

ImGearRecReductionMode enumeration value.
Remarks
This property specifies which image reduction mode will be used during the primary image conversion step. While importing an image to the recognition engine's memory space (ImportPage method), an image conversion is performed according to the current image conversion mode setting.

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.

See Also

Reference

ImGearRecPreprocessingSettings Class
ImGearRecPreprocessingSettings Members
ImGearRecReductionMode Enumeration
ImportPage Method