[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageSettings.BlackAndWhite

BlackAndWhite Property

BlackAndWhite

Gets or sets whether the elements of the document will be printed in black and white.

Use this property to determine whether page content is configured for black-and-white printing.

Declaration
public bool BlackAndWhite { get; set; }
Public Property BlackAndWhite As Boolean
Examples
PageSettings pageSettings = new PageSettings();
pageSettings.BlackAndWhite = true;
bool blackAndWhite = pageSettings.BlackAndWhite;