'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;}
'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;}
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.