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




Accusoft.ScanFixXpressSdk Namespace > BlankPageDetectOptions Class : MinimumContrast Property
Gets and sets the minimum level of contrast between background and foreground.
Syntax
'Declaration
 
Public Property MinimumContrast As Integer
'Usage
 
Dim instance As BlankPageDetectOptions
Dim value As Integer
 
instance.MinimumContrast = value
 
value = instance.MinimumContrast
public int MinimumContrast {get; set;}
public: __property int get_MinimumContrast();
public: __property void set_MinimumContrast( 
   int value
);
public:
property int MinimumContrast {
   int get();
   void set (    int value);
}
Remarks

The default value is 64.

Valid values are 1 to 255.

This property is only used when analyzing color or grayscale images - it will be ignored for bitonal images.

See Also

Reference

BlankPageDetectOptions Class
BlankPageDetectOptions Members

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