How to get printer name which was used for printing in .NET ?

Sathyamoorthy S 0 Reputation points
2023-05-31T11:28:35.7933333+00:00

Hi,

May I know how to track printer information which is printed last ASP.Net MVC application.

Yes I know we can able to get default printer name and all printer list, but I want's to know which printer is printed last.

Advance thanks,

Developer technologies | ASP.NET | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 47,516 Reputation points
    2023-05-31T11:44:16.4+00:00

    is printed last ASP.Net MVC application.

    ASP.Net ist the server/backend, the frontend = browser sends the document to the printer; you can't get the printer selected by the user.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.