ScanFix Xpress v9.0 for .NET - Updated
Amount Property (DilateOptions)




Accusoft.ScanFixXpressSdk Namespace > DilateOptions Class : Amount Property
Gets and sets the distance to extend pixels.
Syntax
'Declaration
 
Public Property Amount As Integer
'Usage
 
Dim instance As DilateOptions
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 1.

Valid values are 1 to 500.

See Also

Reference

DilateOptions Class
DilateOptions Members

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