|
-
Jun 12th, 2007, 02:58 PM
#1
Thread Starter
Lively Member
[RESOLVED] IP Printing
Hey Everyone,
I am trying to print to a network printer using C#. Does anyone have any idea where I should get started.
Thanks,
-zd
-
Jun 12th, 2007, 10:05 PM
#2
Re: IP Printing
All .NET printing uses a PrintDocument, so that is where you start. You first take a look at what members the PrintDocument has. Doing so would reveal the PrinterSettings property, which is described like so:
Gets or sets the printer that prints the document.
That sounds pertinent so you should investigate further from there.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|