'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;}
'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;}
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.