[]
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.
public bool BlackAndWhite { get; set; }
Public Property BlackAndWhite As Boolean
PageSettings pageSettings = new PageSettings();
pageSettings.BlackAndWhite = true;
bool blackAndWhite = pageSettings.BlackAndWhite;