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




Accusoft.ScanFixXpressSdk Namespace > DetectColorOptions Class : IgnorePaperColor Property
Gets and sets a value that indicates whether to ignore the paper color.
Syntax
'Declaration
 
Public Property IgnorePaperColor As Boolean
'Usage
 
Dim instance As DetectColorOptions
Dim value As Boolean
 
instance.IgnorePaperColor = value
 
value = instance.IgnorePaperColor
public bool IgnorePaperColor {get; set;}
public: __property bool get_IgnorePaperColor();
public: __property void set_IgnorePaperColor( 
   bool value
);
public:
property bool IgnorePaperColor {
   bool get();
   void set (    bool value);
}
Remarks

The default value is false.

This option is used to handle cases where data is printed on colored paper. With this option enabled a modified VirtualBulb operation is performed internally, dropping the average color of the image overall to pure white. DetectColor will then consider the modified internal image to determine if color objects are present after the paper color has been removed.

See Also

Reference

DetectColorOptions Class
DetectColorOptions Members

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