Accusoft.Forms1 - Updated
Amount Property (SmoothObjectsOptions)



Accusoft.ScanFixXpressSdk Namespace > SmoothObjectsOptions Class : Amount Property
Gets and sets the size limit of pits and bumps to smooth in the given image.
Syntax
Public Property Amount As Integer
Dim instance As SmoothObjectsOptions
Dim value As Integer
 
instance.Amount = value
 
value = instance.Amount
public int Amount {get; set;}
public:
property int Amount {
   int get();
   void set (    int value);
}
Remarks

The default value is 3.

Valid values are 1 to 1000.

See Also

Reference

SmoothObjectsOptions Class
SmoothObjectsOptions Members