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

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