I am programatically printing a PDF using PDFTron's PDFNET Library and would like to set the printer's quality in code. I have tried using the PrinterResolution object in maby different ways, but cannot set the Quality to high.
PrinterResolution is a Read-Only object and doesn't allow me to change .Kind to PrinterResolutionKind.High. When I set the printername and enumerate the PrinterResolutions collection, I get a whole bunch of dpi values like -4x-1, -3x-1,-2x-1 and so on... I get these values even if I manually set the printer quality to best from within the PrinterDialog.
Does anyone know how to set the printer's print quality to high or best?
Thanks,
Akusei
PrinterResolution is a Read-Only object and doesn't allow me to change .Kind to PrinterResolutionKind.High. When I set the printername and enumerate the PrinterResolutions collection, I get a whole bunch of dpi values like -4x-1, -3x-1,-2x-1 and so on... I get these values even if I manually set the printer quality to best from within the PrinterDialog.
Does anyone know how to set the printer's print quality to high or best?
Thanks,
Akusei