Accusoft.Forms1 - Updated
MaximumDotSize Property



Accusoft.ScanFixXpressSdk Namespace > DotShadingRemovalOptions Class : MaximumDotSize Property
Gets and sets the maximum width and height (in pixels) of individual dots to remove.
Syntax
Public Property MaximumDotSize As Integer
Dim instance As DotShadingRemovalOptions
Dim value As Integer
 
instance.MaximumDotSize = value
 
value = instance.MaximumDotSize
public int MaximumDotSize {get; set;}
public:
property int MaximumDotSize {
   int get();
   void set (    int value);
}
Remarks

The default value is 5.

Valid values are 0 to 20.

See Also

Reference

DotShadingRemovalOptions Class
DotShadingRemovalOptions Members