ScanFix Xpress v9.0 for .NET - Updated
MinimumObjectDimension Property (BlankPageDetectOptions)




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

The default value is 10.

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

See Also

Reference

BlankPageDetectOptions Class
BlankPageDetectOptions Members

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