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

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