printer default change suggested by github/agustindelaroza (issue #17)
This commit is contained in:
parent
fbc8f6dda7
commit
360dc0f0d0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user