RickStrahl / WestWind.WebView.HtmlToPdf

Creating Pdf output from Html with .NET on Windows using the WebView2 control
MIT License
25 stars 4 forks source link

Constants for ColorMode? #2

Closed jochenkirstaetter closed 6 months ago

jochenkirstaetter commented 6 months ago

Just thinking whether in might be more intuitive and safer to provide constants for ColorMode instead of free ranging string values?

RickStrahl commented 6 months ago

Yeah all of the properties should be constants, but was lazy because I was playing with a bunch of different backends. Will eventually do that.

RickStrahl commented 6 months ago

Fixed.

Updated all multi-set PrintSettings values with enums.