printer default change suggested by @agustindelaroza (issue #17)

This commit is contained in:
S T Chan 2020-12-10 21:43:10 -05:00
parent 5cc5fdd626
commit bdca59d37a

View File

@ -881,7 +881,7 @@ namespace PdfScribeCore
pdfScribePrinter.pDriverName = DRIVERNAME;
pdfScribePrinter.pPrintProcessor = PRINTPROCESOR;
pdfScribePrinter.pDatatype = "RAW";
pdfScribePrinter.Attributes = 0x00000040;
pdfScribePrinter.Attributes = 0x00000041;
int pdfScribePrinterHandle = NativeMethods.AddPrinter(null, 2, ref pdfScribePrinter);
if (pdfScribePrinterHandle != 0)