Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hello,

Im making a program which i would like to be able to print to an acrobat writer. I realise that i can just print to the writer but i dont really want to have to ask the user the name of the printer. So first of all, i would need to know how to detect whether the writer is available, if it is i would then need to find a way of getting the name of this printer. Does anyone have any ideas or suggestions? thanks very much.

 

Chris

Chris
Posted

You can step through all the installed printers using PrinterSettings.InstalledPrinters

 

Copy and paste this URL into the addressbar to open the MSDN article: http://ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfsystemdrawingprintingprintersettingsclassinstalledprinterstopic.htm

.Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...