Accusoft.Forms1 - 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
Public Property PageSpeckSize As Integer
Dim instance As BorderRemovalOptions
Dim value As Integer
 
instance.PageSpeckSize = value
 
value = instance.PageSpeckSize
public int PageSpeckSize {get; set;}
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