ScanFix Xpress v9.0 for .NET - Updated
MinimumAreaWidth Property (DotShadingRemovalOptions)




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

The default value is 300.

Valid values are 0 to 20000.

See Also

Reference

DotShadingRemovalOptions Class
DotShadingRemovalOptions Members

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