Printer Properties

Printer Properties

Anonymous
Not applicable
513 Views
1 Reply
Message 1 of 2

Printer Properties

Anonymous
Not applicable

Hi Experts,

 

Is there any possibilities to access the printer properties in API (Image is attached).

 

0 Likes
Accepted solutions (1)
514 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Accepted solution

There isn't but you can do this:

 

         Process.Start("PRINTUI.EXE", "/e /n " + (char)34 + printername + (char)34);

 

0 Likes