ScanFix Xpress v9.0 for .NET - Updated
BorderSpeckSize Property




Accusoft.ScanFixXpressSdk Namespace > BorderRemovalOptions Class : BorderSpeckSize Property
Gets and sets the maximum width or height (in pixels) of specks present in the border of the image.
Syntax
'Declaration
 
Public Property BorderSpeckSize As Integer
'Usage
 
Dim instance As BorderRemovalOptions
Dim value As Integer
 
instance.BorderSpeckSize = value
 
value = instance.BorderSpeckSize
public int BorderSpeckSize {get; set;}
public: __property int get_BorderSpeckSize();
public: __property void set_BorderSpeckSize( 
   int value
);
public:
property int BorderSpeckSize {
   int get();
   void set (    int value);
}
Remarks

The default value is 3.

Valid values are 0 to 100.

See Also

Reference

BorderRemovalOptions Class
BorderRemovalOptions Members

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