ScanFix Xpress v9.0 for .NET - 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
'Declaration
 
Public Property DensityAdjustment As Integer
'Usage
 
Dim instance As DotShadingRemovalOptions
Dim value As Integer
 
instance.DensityAdjustment = value
 
value = instance.DensityAdjustment
public int DensityAdjustment {get; set;}
public: __property int get_DensityAdjustment();
public: __property void set_DensityAdjustment( 
   int value
);
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

Is this page helpful?
Yes No
Thanks for your feedback.