Gets and sets a value that indicates whether to ignore the paper color.
Syntax
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);
}
'Declaration
Public Property IgnorePaperColor As Boolean
'Usage
Dim instance As DetectColorOptions
Dim value As Boolean
instance.IgnorePaperColor = value
value = instance.IgnorePaperColor
See Also