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

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