HtmlToPdfUseBlackAndWhiteStyle Property |
Enables conversion of colored HTML document to black and white PDF document.
Namespace: MailBee.PdfAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntaxpublic bool UseBlackAndWhiteStyle { get; set; }
Public Property UseBlackAndWhiteStyle As Boolean
Get
Set
Property Value
Type:
Booleantrue if the output .pdf file should be converted to black-and-white style;
otherwise,
false.
The default value is
false.
See Also