Accusoft.Forms1 - Updated
MinimumObjectDimension Property (BlankRectangleDetectOptions)



Accusoft.ScanFixXpressSdk Namespace > BlankRectangleDetectOptions Class : MinimumObjectDimension Property
Gets and sets the minimum width or height of a object that should be considered non-blank.
Syntax
Public Property MinimumObjectDimension As Integer
Dim instance As BlankRectangleDetectOptions
Dim value As Integer
 
instance.MinimumObjectDimension = value
 
value = instance.MinimumObjectDimension
public int MinimumObjectDimension {get; set;}
public:
property int MinimumObjectDimension {
   int get();
   void set (    int value);
}
Remarks

The default value is 10.

Valid values are 0 to (the smaller of image height or width).

See Also

Reference

BlankRectangleDetectOptions Class
BlankRectangleDetectOptions Members