Set the PrinterName property. If provided printer name doesn't match
with the name of any installed printers on the user OS,
ICoreWebView2PrintCompletedHandler handler will return errorCode as
S_OK and printStatus as COREWEBVIEW2_PRINT_STATUS_PRINTER_UNAVAILABLE.
Set the PrinterName property. If provided printer name doesn't match with the name of any installed printers on the user OS, ICoreWebView2PrintCompletedHandler handler will return errorCode as S_OK and printStatus as COREWEBVIEW2_PRINT_STATUS_PRINTER_UNAVAILABLE.
Use Enum Printers to enumerate available printers.