Gets or sets brightness of image when reduced to bitonal.
Syntax
'Declaration
Public Property ReductionBrightness As Integer
'Usage
Dim instance As ImGearRecPreprocessingSettings
Dim value As Integer
instance.ReductionBrightness = value
value = instance.ReductionBrightness
public int ReductionBrightness {get; set;}
public: __property int get_ReductionBrightness();
public: __property void set_ReductionBrightness(
int value
);
public:
property int ReductionBrightness {
int get();
void set ( int value);
}
Property Value
Integer value.
See Also