Accusoft.Forms1 - Updated
Amount Property (DilateOptions)



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

Valid values are 1 to 500.

See Also

Reference

DilateOptions Class
DilateOptions Members