ImageGear .NET v25.1 - Updated
ReductionMode Property




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRPreprocessingSettings Class : ReductionMode Property
Gets or sets image reduction mode.
Syntax
'Declaration
 
Public Property ReductionMode As ImGearOCRReductionMode
'Usage
 
Dim instance As ImGearOCRPreprocessingSettings
Dim value As ImGearOCRReductionMode
 
instance.ReductionMode = value
 
value = instance.ReductionMode
public ImGearOCRReductionMode ReductionMode {get; set;}
public: __property ImGearOCRReductionMode get_ReductionMode();
public: __property void set_ReductionMode( 
   ImGearOCRReductionMode value
);
public:
property ImGearOCRReductionMode ReductionMode {
   ImGearOCRReductionMode get();
   void set (    ImGearOCRReductionMode value);
}

Property Value

ImGearOCRReductionMode enumeration value.
Remarks
This property specifies which image reduction mode will be used during the pre-processing binarization step.
See Also

Reference

ImGearOCRPreprocessingSettings Class
ImGearOCRPreprocessingSettings Members
ImGearOCRReductionMode Enumeration