[]
Gets or sets whether to save the image as a black and white image.
public bool? BlackAndWhite { get; set; }
Public Property BlackAndWhite As Boolean?
ImageSaveOptions options = new ImageSaveOptions();
options.BlackAndWhite = true;
bool? blackAndWhite = options.BlackAndWhite;