IgnoreColor Property (PrintProp Object)¶
Corresponds to the Ignore
Color and Underlines check box in the
Print page of Configuration Properties. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
b = object.IgnoreColor;
object.IgnoreColor = b;
[VBScript]¶
b = object.IgnoreColor
object.IgnoreColor = b
Version¶