HtmlToPdfUseBlackAndWhiteStyle Property
Enables conversion of colored HTML document to black and white PDF document.

Namespace: MailBee.Pdf
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool UseBlackAndWhiteStyle { get; set; }

Property Value

Type: Boolean
true if the output .pdf file should be converted to black-and-white style; otherwise, false. The default value is false.
See Also