IPageSetupBase
BlackAndWhite Property
|
True if elements of the document will be printed in black and white.
Read / write Boolean.
Namespace:
Spire.Xls.Core.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool BlackAndWhite { get; set; }
Property BlackAndWhite As Boolean
Get
Set
property bool BlackAndWhite {
bool get ();
void set (bool value);
}
abstract BlackAndWhite : bool with get, set
Property Value
Type:
Boolean
See Also