ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRPreprocessingSettings Class / ReductionMode Property




In This Topic
    ReductionMode Property
    In This Topic
    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