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




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

The default value is 2.

Valid values are 0 to 100.

See Also

Reference

BorderRemovalOptions Class
BorderRemovalOptions Members

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