I use a third party report viewer that handles viewing and printing reports. To print a report, I use their print method that takes printer settings as a parameter.
If I use the printer.printersettings class, doesn’t that get the default printer settings on the server?
How can I get the printer settings on the client machine? Is this possible with JavaScript/AJAX, or is that a security risk?
It is completely impossible to get the client’s printer settings.