Accusoft.Forms1 - Updated
DensityAdjustment Property



Accusoft.ScanFixXpressSdk Namespace > DotShadingRemovalOptions Class : DensityAdjustment Property
Gets and sets a value used to adjust the expected density of dot shading areas.
Syntax
Public Property DensityAdjustment As Integer
Dim instance As DotShadingRemovalOptions
Dim value As Integer
 
instance.DensityAdjustment = value
 
value = instance.DensityAdjustment
public int DensityAdjustment {get; set;}
public:
property int DensityAdjustment {
   int get();
   void set (    int value);
}
Remarks

The default value is 0.

Valid values are -50 to 50.

Values from -5 to +5 cover nearly all typical cases.

Note: Negative numbers instruct the component to search for shaded areas with more white pixels than black pixels and positive numbers instruct the opcode to search for shaded areas with more black pixels than white ones.

See Also

Reference

DotShadingRemovalOptions Class
DotShadingRemovalOptions Members