Accusoft.Forms1 - Updated
MinimumAreaHeight Property (DotShadingRemovalOptions)



Accusoft.ScanFixXpressSdk Namespace > DotShadingRemovalOptions Class : MinimumAreaHeight Property
Gets and sets the height of the smallest dot-shaded area to process.
Syntax
Public Property MinimumAreaHeight As Integer
Dim instance As DotShadingRemovalOptions
Dim value As Integer
 
instance.MinimumAreaHeight = value
 
value = instance.MinimumAreaHeight
public int MinimumAreaHeight {get; set;}
public:
property int MinimumAreaHeight {
   int get();
   void set (    int value);
}
Remarks

The default value is 50.

Valid values are 0 to 20000.

See Also

Reference

DotShadingRemovalOptions Class
DotShadingRemovalOptions Members